From 0a1d744f6106eeca168ee1afb46fddafbdc5fe33 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 28 Oct 2017 01:33:23 +0200 Subject: [PATCH] [fix] start the app at the end of the installation --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 69cae06..8e35fc6 100755 --- a/scripts/install +++ b/scripts/install @@ -133,3 +133,4 @@ fi # RELOAD NGINX #================================================= systemctl reload nginx +systemctl start $app