mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
cleaning
This commit is contained in:
parent
e3de45fa38
commit
0fe9e1884a
3 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "TrustyHash"
|
||||||
description.en = "SHA-256 Hash Calculator"
|
description.en = "SHA-256 Hash Calculator"
|
||||||
description.fr = "Calculateur de hachage SHA-256"
|
description.fr = "Calculateur de hachage SHA-256"
|
||||||
|
|
||||||
version = "2016.06.17~ynh1"
|
version = "2016.06.17~ynh2"
|
||||||
|
|
||||||
maintainers = ["jarod5001"]
|
maintainers = ["jarod5001"]
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression "Adding system configurations related to $app..."
|
ynh_script_progression "Adding system configurations related to $app..."
|
||||||
|
|
||||||
|
|
||||||
ynh_config_add_phpfpm
|
ynh_config_add_phpfpm
|
||||||
|
|
||||||
ynh_config_add_nginx
|
ynh_config_add_nginx
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/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 ../settings/scripts/_common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue