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