From 48dee229fe849bdd3c8c5e54789895f375484f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:14:53 +0200 Subject: [PATCH] Revert "Update install" This reverts commit 7101e928f76981cdb21e15887efa3c8ef9e0cc83. --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index f128469..57ed8f3 100644 --- a/scripts/install +++ b/scripts/install @@ -26,9 +26,6 @@ ynh_script_progression --message="Adding a configuration file..." --weight=2 ynh_add_config --template="../conf/shellinabox" --destination="/etc/default/shellinabox" -chmod 400 "/etc/default/shellinabox" -chown $app:$app "/etc/default/shellinabox" - #================================================= # SETUP SYSTEMD #================================================= @@ -53,7 +50,7 @@ yunohost service add $app --description="Web based AJAX terminal emulator" --log ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" +ynh_systemd_action --service_name=shellinabox --action=restart --log_path="systemd" #================================================= # END OF SCRIPT