Przeglądaj źródła

fixed health.sh failed (#5281)

fixed health.sh failed
lol 6 miesięcy temu
rodzic
commit
2a7a507987
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docker/image/admin/health.sh

+ 2 - 2
docker/image/admin/health.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [ -d "/home/admin/canal-server" ]; then
+if [ -d "/home/admin/canal-admin" ]; then
 	serverPort=`perl -le 'print $ENV{"server.port"}'`
     if [ -z "$serverPort" ] ; then
         serverPort=8089
@@ -27,4 +27,4 @@ else
     echo "[  OK  ]"
     status=1
 	error=0
-fi
+fi