elmerzole commited on
Commit
dd57988
·
verified ·
1 Parent(s): 53fe62e

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -0
entrypoint.sh CHANGED
@@ -11,6 +11,8 @@ elif [ -x /app/gotify ]; then
11
  GOTIFY_CMD="/app/gotify"
12
  elif [ -x /usr/local/bin/gotify ]; then
13
  GOTIFY_CMD="/usr/local/bin/gotify"
 
 
14
  else
15
  echo "[entrypoint] ERROR: gotify binary not found!"
16
  find / -maxdepth 3 -type f -name 'gotify*' 2>/dev/null || true
 
11
  GOTIFY_CMD="/app/gotify"
12
  elif [ -x /usr/local/bin/gotify ]; then
13
  GOTIFY_CMD="/usr/local/bin/gotify"
14
+ elif [ -x /app/gotify-app ]; then
15
+ GOTIFY_CMD="/app/gotify-app"
16
  else
17
  echo "[entrypoint] ERROR: gotify binary not found!"
18
  find / -maxdepth 3 -type f -name 'gotify*' 2>/dev/null || true