Browse Source

cosmetic fix

root 3 months ago
parent
commit
7e065404f6
1 changed files with 1 additions and 0 deletions
  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