From 0fe9e1884a57cc00b00b696d0b82c20504016e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:16:48 +0200 Subject: [PATCH] cleaning --- manifest.toml | 2 +- scripts/install | 1 - scripts/restore | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 72c69fb..5908663 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "TrustyHash" description.en = "SHA-256 Hash Calculator" description.fr = "Calculateur de hachage SHA-256" -version = "2016.06.17~ynh1" +version = "2016.06.17~ynh2" maintainers = ["jarod5001"] diff --git a/scripts/install b/scripts/install index 84122cf..1db144f 100755 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,6 @@ ynh_setup_source --dest_dir="$install_dir" #================================================= ynh_script_progression "Adding system configurations related to $app..." - ynh_config_add_phpfpm ynh_config_add_nginx diff --git a/scripts/restore b/scripts/restore index cd61a5f..2182661 100755 --- a/scripts/restore +++ b/scripts/restore @@ -1,6 +1,5 @@ #!/bin/bash -# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers