Closed anguspaterson-code closed 4 years ago
Found that when upgrading using the upgrade-fluffys.sh script
wget https://raw.githubusercontent.com/totles/z4lab-surftimer/master/cfg/sourcemod/surftimer/main.cfg -P "${SERVERDIR}/cfg/sourcemod/surftimer/main.cfg"
Created a directory instead of placing the file there.
wget https://raw.githubusercontent.com/totles/z4lab-surftimer/master/cfg/sourcemod/surftimer/main.cfg -P "${SERVERDIR}/cfg/sourcemod/surftimer/"
removing main.cfg at the end should fix this. Not sure if this applies for different versions of linux. In that case you would need to execute a bash script to check for $OSTYPE or "cat /etc/os-release"
Found that when upgrading using the upgrade-fluffys.sh script
wget https://raw.githubusercontent.com/totles/z4lab-surftimer/master/cfg/sourcemod/surftimer/main.cfg -P "${SERVERDIR}/cfg/sourcemod/surftimer/main.cfg"
Created a directory instead of placing the file there.
wget https://raw.githubusercontent.com/totles/z4lab-surftimer/master/cfg/sourcemod/surftimer/main.cfg -P "${SERVERDIR}/cfg/sourcemod/surftimer/"
removing main.cfg at the end should fix this. Not sure if this applies for different versions of linux. In that case you would need to execute a bash script to check for $OSTYPE or "cat /etc/os-release"