test
This commit is contained in:
parent
864f4083a1
commit
3b4f3f4294
@ -4,7 +4,7 @@ echo "Setting up template environment"
|
||||
load_defaults=""
|
||||
|
||||
case "$1" in
|
||||
default) load_defaults="defaults";;
|
||||
defaults) load_defaults="defaults";;
|
||||
"") echo "No template-setup command given";;
|
||||
*) echo "'$1' is not a valid template-setup command";;
|
||||
esac
|
||||
@ -35,10 +35,3 @@ done
|
||||
|
||||
/bin/bash "$SCRIPTDIR/common/avatar.sh"
|
||||
echo "template_setup completed"
|
||||
|
||||
|
||||
case "$1" in
|
||||
defaults) load_defaults="defaults";;
|
||||
"") echo "No template-setup command given";;
|
||||
*) echo "'$1' is not a valid template-setup command";;
|
||||
esac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user