mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update install
This commit is contained in:
parent
03ba30fffb
commit
b80e0b9303
1 changed files with 4 additions and 0 deletions
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
source .fonctions
|
source .fonctions
|
||||||
set -eu
|
set -eu
|
||||||
|
#=================================================
|
||||||
|
# MANAGE FAILURE OF THE SCRIPT
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
ynh_check_error # Active trap pour arrêter le script si une erreur est détectée.
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue