From 16ed50e8f2eda4b73c0996d5ddee6562a07ec0ef Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 10 Aug 2021 19:20:47 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 0436ae0..e33e3af 100755 --- a/scripts/install +++ b/scripts/install @@ -120,9 +120,7 @@ ynh_add_systemd_config # SETUP APPLICATION PASSWORD #================================================= -pushd $final_path - ynh_exec_as $app $final_path/owncast -streamkey $password -popd +ynh_exec_as $app $final_path/owncast -streamkey $password #================================================= # GENERIC FINALIZATION