Skip to content

Commit

Permalink
Fixed Coloring on Printf Message
Browse files Browse the repository at this point in the history
  • Loading branch information
BippyMiester committed Mar 31, 2024
1 parent 96d9943 commit 10a98a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/carbon/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fi
echo -e "Updating game server, not validating..."
./steamcmd/steamcmd.sh +force_install_dir /home/container +login anonymous +app_update 258550 +quit
else
printf "{$YELLOW} Not updating game server, auto update set to false.${NC}"
printf "${YELLOW} Not updating game server, auto update set to false.${NC}"
fi

# Replace Startup Variables
Expand Down

0 comments on commit 10a98a7

Please sign in to comment.