1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
This commit is contained in:
Éric Gaspar 2023-06-06 23:54:16 +02:00
parent c8652b9d67
commit da7d94cd20
2 changed files with 0 additions and 6 deletions

View file

@ -8,9 +8,6 @@
source /usr/share/yunohost/helpers
# Stop script if errors
ynh_abort_if_errors
# Import common fonctions
source ./experimental_helper.sh
source ./_common.sh

View file

@ -10,9 +10,6 @@ source _common.sh
source experimental_helper.sh
source /usr/share/yunohost/helpers
# Exit if an error occurs during the execution of the script
#REMOVEME? ynh_abort_if_errors
#=================================================
# LOAD SETTINGS
#=================================================