expanding array correctly

This commit is contained in:
Joey Ross
2024-01-26 10:43:11 -06:00
parent d5f497e7aa
commit b08323e0e9

View File

@@ -76,4 +76,4 @@ EOL
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
echo "${STARTCOMMAND}"
su steam -c "${STARTCOMMAND}"
su steam -c "${STARTCOMMAND[@]}"