1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00

Replace by

This commit is contained in:
magikcypress 2017-03-08 13:20:36 +01:00
parent 11b40ef89d
commit 929b5501f5
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ set -eu
backup_dir=$1
# The parameter $2 is theid of the app instance
app=$2
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
source /usr/share/yunohost/helpers

View file

@ -8,7 +8,7 @@ set -eu
backup_dir=$1
# The parameter $2 is the id of the app instance ex: ynhexample__2
app=$2
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
source /usr/share/yunohost/helpers