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