You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Das Verzeichnis .local wird bei einem GS-Neustart bzw. -Start gelöscht. Der Arma3 Server legt in diesem Verzeichnis das Profil ab, das unter anderem zum Speichern von Missions-Spielständen benötigt wird. Der Server-Parameter zum Definieren eines alternativen Profilpfades funktioniert unter Linux nicht.
Games with their weird default paths... @AEon-Jan We probably should think about a better version than adding special folder per game now there are two games with such behavior #1344
Maybe excluding all hidden folders? like this ! -name ".*"
Describe the bug
Das Verzeichnis .local wird bei einem GS-Neustart bzw. -Start gelöscht. Der Arma3 Server legt in diesem Verzeichnis das Profil ab, das unter anderem zum Speichern von Missions-Spielständen benötigt wird. Der Server-Parameter zum Definieren eines alternativen Profilpfades funktioniert unter Linux nicht.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
/developer/stuff/methods/class_app.php 1724
$script .= ' ! -name ".steam" ! -name "pserver" ! -name "backup" ! -name "fdl_data" ! -name "server" ! -name ".local" -print0 | xargs -0 rm -rf' . "\n";
The text was updated successfully, but these errors were encountered: