+ parsing args from entrypoint to lgsm
This commit is contained in:
		@@ -4,8 +4,8 @@ echo "starting entrypoint.sh"
 | 
			
		||||
set -e
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
parms=
 | 
			
		||||
 | 
			
		||||
parms="-game garrysmod +gamemode terrortown "$(printf "%s "  "$@")
 | 
			
		||||
echo "starting with $parms"
 | 
			
		||||
./gmodserver install
 | 
			
		||||
 | 
			
		||||
trap './home/steam/gmodserver stop' SIGTERM
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user