diff --git a/scripts/install b/scripts/install index 35e6d8b..35e1849 100755 --- a/scripts/install +++ b/scripts/install @@ -134,5 +134,5 @@ fi #================================================= # RELOAD NGINX #================================================= -systemctl reload nginx systemctl restart $app +systemctl reload nginx diff --git a/scripts/restore b/scripts/restore index 301b453..b363d0d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -109,4 +109,5 @@ fi #================================================= # RELOAD NGINX #================================================= +systemctl restart $app systemctl reload nginx