Przeglądaj źródła

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

Mickael 7 lat temu
rodzic
commit
91a232473d
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      scripts/backup
  2. 1 1
      scripts/restore

+ 1 - 1
scripts/backup

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

+ 1 - 1
scripts/restore

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