rcon pass

This commit is contained in:
Nathan Rashleigh 2026-02-10 13:20:19 +11:00
parent 0d2260f983
commit 737207f3dd

View File

@ -87,7 +87,7 @@ install_surf() {
fi
# Install sm-ripext (required for shavit-wrsh plugin)
if [ ! -f "$CSTRIKE/addons/sourcemod/extensions/ripext.ext.so" ]; then
if [ ! -f "$CSTRIKE/addons/sourcemod/extensions/rip.ext.so" ]; then
cd /tmp
wget "https://github.com/ErikMinekus/sm-ripext/releases/download/1.3.2/sm-ripext-1.3.2-linux.zip"
unzip -o "sm-ripext-1.3.2-linux.zip"
@ -439,6 +439,7 @@ cfg() {
cp src/cfg/motd.txt cssds/cstrike/
cp cfg/mapcycle.txt cssds/cstrike/cfg/
sed -i "s|sv_downloadurl .*|sv_downloadurl \"${FASTDL_URL:-}/cstrike/\"|" "$CSTRIKE/cfg/server.cfg"
sed -i "s|rcon_password .*|rcon_password \"${SRCDS_RCONPW:-changeme}\"|" "$CSTRIKE/cfg/server.cfg"
}
populate_maps() {