From 3043acf515bddce27eb93bb0873de6ca88a44d81 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 8 Feb 2023 08:26:22 +0100 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/install | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2ccf39a..ab58e70 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://github.com/spikecodes/libreddit" yunohost = ">= 11.1.6" architectures = "all" multi_instance = true -ldap = "false" +ldap = false sso = "not_relevant" disk = "50M" ram.build = "50M" diff --git a/scripts/install b/scripts/install index 2eccb53..b31f3f0 100755 --- a/scripts/install +++ b/scripts/install @@ -61,13 +61,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" -#================================================= -# RELOAD NGINX -#================================================= -ynh_script_progression --message="Reloading NGINX web server..." --weight=1 - -ynh_systemd_action --service_name=nginx --action=reload - #================================================= # END OF SCRIPT #=================================================