Parcourir la source

Merge pull request #50 from kay0u/patch-1

Fix restore
Alexandre Aubin il y a 6 ans
Parent
commit
b1be389dd3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/restore

+ 1 - 1
scripts/restore

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