Browse Source

[fix] add .fonctions for remove

magikcypress 8 years ago
parent
commit
34b6f2e2f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/remove

+ 2 - 0
scripts/remove

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