mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
[fix] add source for remove
This commit is contained in:
parent
0cff37e483
commit
727572a8f2
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
# Exit on command errors and treat unset variables as an error
|
# Exit on command errors and treat unset variables as an error
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
# Loads the generic functions usually used in the script
|
||||||
|
source .fonctions
|
||||||
# Source app helpers
|
# Source app helpers
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue