Skip to content

Commit

Permalink
Changes to support Ark Survival Ascended
Browse files Browse the repository at this point in the history
  • Loading branch information
griffindor301 committed Jun 19, 2024
1 parent 9096b27 commit deb9c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/proton/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
echo -e "Not updating game server as auto update was set to 0. Starting Server"
fi

MODIFIED_STARTUP=$(eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g'))
MODIFIED_STARTUP=$(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')

echo -e "\033[1;33mcustomer@apollopanel:~\$\033[0m ${MODIFIED_STARTUP}"

Expand Down

0 comments on commit deb9c52

Please sign in to comment.