mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Placer les fichiers sources au même endroit
This commit is contained in:
parent
c050d95c61
commit
4edbb03bed
1 changed files with 2 additions and 3 deletions
|
@ -4,6 +4,8 @@
|
|||
set -eu
|
||||
|
||||
source .fonctions # Charge les fonctions génériques habituellement utilisées dans le script
|
||||
# Source app helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
CLEAN_SETUP () {
|
||||
# Nettoyage des résidus d'installation non pris en charge par le script remove.
|
||||
|
@ -22,9 +24,6 @@ ldap=$YNH_APP_ARG_LDAP
|
|||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
# Source app helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
CHECK_VAR "$app" "app name not set"
|
||||
|
||||
CHECK_USER "$admin_spip"
|
||||
|
|
Loading…
Add table
Reference in a new issue