fixing startcmd command

This commit is contained in:
Joey Ross
2024-01-26 13:49:38 -06:00
parent a010a9b491
commit efbeefecb3

View File

@@ -75,5 +75,5 @@ password: ${ADMIN_PASSWORD}
EOL EOL
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n" printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
echo "${STARTCOMMAND[@]}" echo "bash -c '${STARTCOMMAND[@]}'"
su steam -c "${STARTCOMMAND[@]}" su steam -c "bash -c '${STARTCOMMAND[@]}'"