adding expansion to echo as well

This commit is contained in:
Joey Ross
2024-01-26 11:06:47 -06:00
parent b08323e0e9
commit a010a9b491

View File

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