From dba9863b2525e21e75b0d0af3a70fb7083d8ccbd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 7 Apr 2022 23:09:08 +0200 Subject: [PATCH] Fix --- manifest.json | 2 +- scripts/install | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index dd4c37d..69f79df 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Peer-to-peer file transfers in your browser", "fr": "Transferts de fichiers pair-à-pair dans votre navigateur" }, - "version": "1.1.0~ynh1", + "version": "1.1.0~ynh2", "url": "https://file.pizza/", "upstream": { "license": "BSD-3-Clause", diff --git a/scripts/install b/scripts/install index a240d22..cc3ff93 100644 --- a/scripts/install +++ b/scripts/install @@ -129,13 +129,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=6 # Start a systemd service ynh_systemd_action --service_name=$app --action=restart --log_path="systemd" -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Configuring permissions..." --weight=1 - -ynh_permission_update --permission="main" --add="visitors" - #================================================= # RELOAD NGINX #=================================================