Skip to content

Commit

Permalink
adding expansion to echo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkent86 committed Jan 26, 2024
1 parent fa8d409 commit d96fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"

0 comments on commit d96fec5

Please sign in to comment.