Updated echo for start command to reflect what is being executed.

This commit is contained in:
Carlos M. Martinez
2024-01-27 23:52:10 -05:00
parent e0d4e6c48f
commit 9de1b91cc7

View File

@@ -85,6 +85,6 @@ default:
EOL
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
echo "bash -c '${STARTCOMMAND[*]}'"
echo "${STARTCOMMAND[*]}"
"${STARTCOMMAND[@]}"