Do not escape quotes
This commit is contained in:
parent
7ea7b90994
commit
83d1196882
@ -10,7 +10,7 @@ curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.g
|
||||
chmod -R 755 "${STEAM_DIRECTORY}"
|
||||
|
||||
cat << __EOF__ > /usr/local/bin/steamcmd
|
||||
${STEAM_DIRECTORY}/steamcmd.sh \"\${@}\"
|
||||
${STEAM_DIRECTORY}/steamcmd.sh "\${@}"
|
||||
__EOF__
|
||||
|
||||
chmod 755 /usr/local/bin/steamcmd
|
||||
|
Loading…
Reference in New Issue
Block a user