Merge branch 'main' into Server-Description

This commit is contained in:
Carlos M. Martinez
2024-01-27 04:41:16 -05:00
5 changed files with 226 additions and 12 deletions

View File

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