From c2ea27ba08e5e0d8c06b2b310ebb421bca74497b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sun, 3 Feb 2019 01:03:02 +0100 Subject: [PATCH] use variable insteed of app name --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ee654e3..832deac 100644 --- a/scripts/install +++ b/scripts/install @@ -183,8 +183,8 @@ sudo chown -R www-data $final_path # Start lstu #================================================= -systemctl enable lstu.service -systemctl start lstu +systemctl enable $app.service +systemctl start $app #================================================= # RELOAD NGINX