Skip to content

Commit 187727f

Browse files
committed
Update and rename start-csgo.sh to start-server.sh
1 parent f8c7456 commit 187727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-csgo.sh renamed to scripts/start-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [ ! -f ${STEAMCMD_DIR}/steamcmd.sh ]; then
55
tar --directory ${STEAMCMD_DIR} -xvzf /serverdata/steamcmd/steamcmd_linux.tar.gz
66
rm ${STEAMCMD_DIR}/steamcmd_linux.tar.gz
77
chmod -R 774 ${STEAMCMD_DIR}/steamcmd.sh ${STEAMCMD_DIR}/linux32/steamcmd
8-
ln -s ${STEAMCMD_DIR}/linux32/steamclient.so ~/.steam/sdk32/steamclient.so
8+
ln -s ${STEAMCMD_DIR}/linux32/ ~/.steam/sdk32
99
fi
1010

1111
echo "---Update steamcmd---"

0 commit comments

Comments
 (0)