Browse Source

source à la place de .

pull/4/head
Maniack Crudelis 10 years ago
parent
commit
b28114f6ad
  1. 2
      scripts/install
  2. 2
      scripts/remove

2
scripts/install

@ -10,7 +10,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
# Delete files and db if exit with an error

2
scripts/remove

@ -4,7 +4,7 @@
app=$YNH_APP_INSTANCE_NAME
# Source app helpers
. /usr/share/yunohost/helpers
source /usr/share/yunohost/helpers
domain=$(sudo yunohost app setting $app domain)
# Suppression de la base de donnée et de l'utilisateur associé.

Loading…
Cancel
Save