فهرست منبع

restore source ../settings/scripts/_common.sh

Mickael 7 سال پیش
والد
کامیت
91a232473d
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      scripts/backup
  2. 1 1
      scripts/restore

+ 1 - 1
scripts/backup

@@ -6,7 +6,7 @@
 # IMPORT GENERIC HELPERS
 #=================================================
 
-source _common.sh
+source ../settings/scripts/_common.sh
 source /usr/share/yunohost/helpers
 
 #=================================================

+ 1 - 1
scripts/restore

@@ -5,7 +5,7 @@
 # IMPORT GENERIC HELPERS
 #=================================================
 
-source _common.sh
+source ../settings/scripts/_common.sh
 source /usr/share/yunohost/helpers
 
 #=================================================