瀏覽代碼

[fix] add .fonctions for remove

magikcypress 8 年之前
父節點
當前提交
34b6f2e2f3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scripts/remove

+ 2 - 0
scripts/remove

@@ -3,6 +3,8 @@
 # Exit on command errors and treat unset variables as an error
 set -u
 
+# Loads the generic functions usually used in the script
+source .fonctions
 # Source app helpers
 source /usr/share/yunohost/helpers