소스 검색

[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