From 537acd318b3bf4877d7439c7fe8bf159b36ad6cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Fri, 24 Feb 2023 15:39:52 +0100 Subject: [PATCH] Undebug shice --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c372970..cd81417 100755 --- a/scripts/install +++ b/scripts/install @@ -26,6 +26,6 @@ ynh_script_progression -m "Configuring web server..." -w 2 ynh_add_nginx_config ynh_script_progression -m "Adding admin user..." -w 1 -# ynh_exec_as $app NTFY_PASSWORD="$password" $install_dir/ntfy.sh user add --role=admin $admin +ynh_exec_as $app NTFY_PASSWORD="$password" $install_dir/ntfy.sh user add --role=admin $admin ynh_script_progression -m "Installation completed" -l