Parcourir la source

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

Mickael il y a 7 ans
Parent
commit
91a232473d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
 
 #=================================================