This commit is contained in:
deathbybandaid 2023-04-05 09:47:28 -04:00
parent 864f4083a1
commit 3b4f3f4294

View File

@ -4,7 +4,7 @@ echo "Setting up template environment"
load_defaults="" load_defaults=""
case "$1" in case "$1" in
default) load_defaults="defaults";; defaults) load_defaults="defaults";;
"") echo "No template-setup command given";; "") echo "No template-setup command given";;
*) echo "'$1' is not a valid template-setup command";; *) echo "'$1' is not a valid template-setup command";;
esac esac
@ -35,10 +35,3 @@ done
/bin/bash "$SCRIPTDIR/common/avatar.sh" /bin/bash "$SCRIPTDIR/common/avatar.sh"
echo "template_setup completed" 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