mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
Fixed install.sh start nginx-ui issue
This commit is contained in:
parent
2d4c15e7f9
commit
376b0535f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue