scp-secret-laboratory-serve.../start.sh
2025-04-08 11:57:14 -05:00

10 lines
282 B
Bash

echo "Current user is: $(whoami)"
steamcmd +force_install_dir $SERVER_DIR +login anonymous +app_update 996560 validate +quit
chown steam:steam -R $INSTALL_DIR
su - steam
echo "Current user is: $(whoami)"
cd $SERVER_DIR
export HOME=$SERVER_DIR
./LocalAdmin $PORT --config $CONFIGS