From 376b0535f090e9d412e788a4b9ac9ee48f9d399a Mon Sep 17 00:00:00 2001 From: Jacky Date: Sun, 28 Aug 2022 11:54:04 +0800 Subject: [PATCH] Fixed install.sh start nginx-ui issue --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bcc81d90..ca625361 100644 --- a/install.sh +++ b/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