1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

simplify "source _common.sh" path

This commit is contained in:
OniriCorpe 2023-12-27 22:44:43 +01:00
parent fdc0d03874
commit 8aef567a04
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 ../settings/scripts/_common.sh
source _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 ../settings/scripts/_common.sh
source _common.sh
source /usr/share/yunohost/helpers
#=================================================