This commit is contained in:
deathbybandaid 2023-04-05 09:46:11 -04:00
parent 904ee47545
commit 864f4083a1

View File

@ -38,7 +38,7 @@ echo "template_setup completed"
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