Fix printf errors
parent
241e2d56e1
commit
c7a67365e7
|
@ -638,7 +638,7 @@ if [[ "$PERFORM_DB_ROOT_RESET" == "true" ]]; then
|
||||||
printf "\n${RED}IMPORTANT: The MySQL/MariaDB root password was reset during this process.${NC}\n"
|
printf "\n${RED}IMPORTANT: The MySQL/MariaDB root password was reset during this process.${NC}\n"
|
||||||
printf " New Root Pass: ${YELLOW}%s${NC} (Keep this safe!)\n" "$DB_ROOT_PASS"
|
printf " New Root Pass: ${YELLOW}%s${NC} (Keep this safe!)\n" "$DB_ROOT_PASS"
|
||||||
fi
|
fi
|
||||||
printf "---------------------------\n"
|
printf "%s\n" "---------------------------"
|
||||||
|
|
||||||
# Explicitly call cleanup before final exit (trap should also handle it)
|
# Explicitly call cleanup before final exit (trap should also handle it)
|
||||||
cleanup
|
cleanup
|
||||||
|
|
Loading…
Reference in New Issue