From 6fb91bd301b83633d7d165d7c6c354732a1a7a07 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 26 Nov 2018 12:27:33 +0100 Subject: [PATCH] fix --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 2afc81b..374bd54 100644 --- a/scripts/install +++ b/scripts/install @@ -154,4 +154,6 @@ if [ $is_public -eq 1 ]; then fi # Reload services +systemctl enable streama.service +systemctl start streama.service systemctl restart nginx