getting rid of custom stuff

This commit is contained in:
2023-10-01 13:39:31 +02:00
parent ddf9573e6c
commit 9a432932a0
5 changed files with 16 additions and 15 deletions

View File

@@ -23,7 +23,7 @@ case "${1}" in
;;
app:gen-signed-keys)
shift 1
gen_signed_keys "${1}"
#gen_signed_keys "${1}"
;;
esac
;;
@@ -41,7 +41,7 @@ case "${1}" in
esac
;;
app:reload-3rd-formulas)
configure_salt_formulas
#configure_salt_formulas
exec "$0" app:restart salt-master
;;
app:help)