ソースを参照

Fixed install.sh start nginx-ui issue

Jacky 2 年 前
コミット
376b0535f0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -303,7 +303,7 @@ EOF
 }
 
 start_nginx_ui() {
-    if [[ -f ServicePath ]]; then
+    if [[ -f "$ServicePath" ]]; then
         systemctl start nginx-ui
         sleep 1s
         if systemctl -q is-active nginx-ui; then