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
Something like this in docker-entrypoint.sh should fix it.
if [ "$EULA"!="yes" ];thenecho"You must accept de EULA by setting the env var EULA = yes in order to continue"exit 1
fiecho"Accepting EULA"echo"{\"GitHubPersonalAccessToken\":null,\"EulaAccepted\":\"$(date --utc --iso=seconds | sed 's/+00:00$/Z/')\",\"PluginManagerWarningDismissed\":false,\"LastPluginAliasesRefresh\":null,\"PluginVersionCache\":{},\"PluginAliases\":{}}">"$GAME_CONFIG_LOC/localadmin_internal_data.json"
Ninja edit: I'm not using this repo, but had the same issue using a similar setup so hoping this helps. Serpi's echo gave me the format so sharing how to get it quickly if you need it.
Whenever I restart the server it asks me to accept the EULA again. Is there an option to automatically accept it upon container startup?
The text was updated successfully, but these errors were encountered: