Browse Source

cosmetic fix

root 3 tháng trước cách đây
mục cha
commit
7e065404f6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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