fix plugin permissions

This commit is contained in:
Robin Appelman 2020-03-10 19:45:04 +00:00 committed by GitHub
commit 085669e071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,5 +64,7 @@ wget -nv https://github.com/spiretf/docker-comp-server/raw/master/pause.smx
# proper-pregage # proper-pregage
wget -nv https://github.com/AJagger/ProperPregame/raw/master/addons/sourcemod/plugins/properpregame.smx wget -nv https://github.com/AJagger/ProperPregame/raw/master/addons/sourcemod/plugins/properpregame.smx
chmod 0664 *.smx
printf "\nsm plugins unload properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_live.cfg printf "\nsm plugins unload properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_live.cfg
printf "\nsm plugins load properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_notlive.cfg printf "\nsm plugins load properpregame\n" >> $HOME/hlserver/tf2/tf/cfg/sourcemod/soap_notlive.cfg