1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trustyhash_ynh.git synced 2024-09-04 01:15:56 +02:00
This commit is contained in:
Éric Gaspar 2024-08-31 15:16:48 +02:00
parent e3de45fa38
commit 0fe9e1884a
3 changed files with 1 additions and 3 deletions

View file

@ -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"]

View file

@ -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

View file

@ -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