File tree Expand file tree Collapse file tree
.build/versions/pzserver/init-files/config-lgsm/pzserver
pzserver/init-files/config-lgsm/pzserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ RUN chmod +x /usr/bin/druid_rcon
2222RUN chmod +x /usr/bin/druid_rcon_web_rust
2323RUN chmod +x /entrypoint.sh
2424
25+ RUN sudo usermod -d /app/resources/deployment linuxgsm
26+
2527ENV LGSM_SERVERFILES=/app/resources/deployment/serverfiles
2628ENV LGSM_CONFIG=/app/resources/deployment/config-lgsm
2729ENV LGSM_LOGDIR=/app/resources/deployment/log
Original file line number Diff line number Diff line change 1- startparameters =" -servername ${selfname} -cachedir ${PWD}/ZomboidData"
1+ startparameters="-servername ${selfname} -cachedir ${PWD}/ZomboidData -Duser.home ${PWD}/ZomboidData "
22gamelogdir="${PWD}/ZomboidData/Logs"
33servercfgdir="${PWD}/ZomboidData/Server"
Original file line number Diff line number Diff line change 1- startparameters =" -servername ${selfname} -cachedir ${PWD}/ZomboidData"
1+ startparameters="-servername ${selfname} -cachedir ${PWD}/ZomboidData -Duser.home ${PWD}/ZomboidData "
22gamelogdir="${PWD}/ZomboidData/Logs"
33servercfgdir="${PWD}/ZomboidData/Server"
You can’t perform that action at this time.
0 commit comments