Update docker/init_scripts/init

Co-authored-by: Georges-Antoine Assi <GAntoine@users.noreply.github.com>
This commit is contained in:
Lukas Wingerberg
2023-11-01 09:47:34 +01:00
committed by GitHub
parent b2ebe36c28
commit b1ca77e327

View File

@@ -27,7 +27,7 @@ info_log () {
echo "INFO: [init][$(date +"%Y-%m-%d %T")]" "${@}"
}
# print debug log output if enabled
# print error log output if enabled
error_log () {
echo "ERROR: [init][$(date +"%Y-%m-%d %T")]" "${@}"
exit 1