Hotfix
my method of extracting archives does not preserve permission this has be fixed with a workaround by using chmod to make factorio executable
This commit is contained in:
@@ -11,12 +11,15 @@ import (
|
||||
|
||||
func DefCfg() *DefConfig {
|
||||
c := &DefConfig{}
|
||||
|
||||
// server settings
|
||||
c.Server.ServDir = "factorio"
|
||||
c.Server.ServPort = 34197
|
||||
c.Server.ServCfg = "factorio/data/server-settings.json"
|
||||
c.Server.ServExec = "factorio/bin/x64/factorio"
|
||||
c.Server.WorldFile = "factorio/saves/newworld.zip"
|
||||
|
||||
// factoryman settings
|
||||
c.Factoryman.UseScreen = true
|
||||
c.Factoryman.ScreenName = "factorio"
|
||||
c.Factoryman.BackupDir = "factorio/backups"
|
||||
|
||||
Reference in New Issue
Block a user