Browse Source

fix healthcheck

fix healthcheck
pull/13/head
Daniel Gibbs 2 years ago
parent
commit
13a3f18651
  1. 5
      entrypoint-healthcheck.sh
  2. 1
      entrypoint-user.sh

5
entrypoint-healthcheck.sh

@ -1,3 +1,2 @@
#!/bin/bash
echo HEALTHCHECK
exec s6-setuidgid ${USERNAME} /linuxgsm/*server monitor
#!/usr/bin/with-contenv bas
exec s6-setuidgid ${USERNAME} /linuxgsm/*server monitor || exit 1

1
entrypoint-user.sh

@ -1,5 +1,4 @@
#!/bin/bash
export HOME="/${USERNAME}"
# Setup game server
if [ ! -f "${GAMESERVER}" ]; then
echo -e ""

Loading…
Cancel
Save