Explorar o código

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

Mickael %!s(int64=6) %!d(string=hai) anos
pai
achega
91a232473d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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
 
 #=================================================