1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

fix backup/restore

This commit is contained in:
Kay0u 2021-05-15 21:44:39 +02:00
parent bce20e541b
commit 143ea26459
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
#=================================================
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source $YNH_APP_BASEDIR/scripts/_common.sh
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================

View file

@ -7,7 +7,7 @@
#=================================================
#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts
source $YNH_APP_BASEDIR/scripts/_common.sh
source ../settings/scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================