root 3 mesi fa
parent
commit
7e065404f6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      install-eye.sh

+ 1 - 0
install-eye.sh

@@ -77,6 +77,7 @@ stop_eye() {
 }
 
 start_eye() {
+    print_step "Starting services"
     local PHP_VERSION
     PHP_VERSION=$(php -v 2>/dev/null | head -n1 | grep -oP '\d+\.\d+' || echo "")
     if [ -n "${PHP_VERSION}" ]; then