mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-04 10:58:06 +00:00 
			
		
		
		
	Allow EXILED Modification to run Auto Updater
I'm proposing this change as it will add an Environment Variable used by the EXILED (a Popular SCP:SL Mods Framework) to run its auto updater. Otherwise, the user could run into an issue with his server not starting. I know this is normally not used to support modifications. But as this is only an environment variable I will propose the change anyway.
This commit is contained in:
		
							parent
							
								
									00ac8c9cef
								
							
						
					
					
						commit
						5d0378c8d3
					
				@ -8,7 +8,7 @@
 | 
			
		||||
    "author": "info@goover.de",
 | 
			
		||||
    "description": "Egg for SCP: Secret Laboratory Dedicated Linux Server",
 | 
			
		||||
    "image": "quay.io\/parkervcp\/pterodactyl-images:debian_mono-5-complete",
 | 
			
		||||
    "startup": ".\/LocalAdmin {{SERVER_PORT}}",
 | 
			
		||||
    "startup": "export DOTNET_BUNDLE_EXTRACT_BASE_DIR=.\/dotnet-bundle && .\/LocalAdmin {{SERVER_PORT}}",
 | 
			
		||||
    "config": {
 | 
			
		||||
        "files": "{\r\n    \"config_gameplay.txt\": {\r\n        \"parser\": \"yaml\",\r\n        \"find\": {\r\n            \"server_ip\": \"0.0.0.0\",\r\n            \"forward_ports\": \"false\"\r\n        }\r\n    }\r\n}",
 | 
			
		||||
        "startup": "{\r\n    \"done\": \"Waiting for players..\",\r\n    \"userInteraction\": []\r\n}",
 | 
			
		||||
@ -33,4 +33,4 @@
 | 
			
		||||
            "rules": "required|string|max:20"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user