[*] vs [@] does appear to be teh correct syntax, let's see if the linter likes it

This commit is contained in:
Joey Ross
2024-01-26 14:44:53 -06:00
parent 58031cb6dd
commit e310a0c638

View File

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