From fec8e4a491ecde75ad5d7d2c61931342a5b0a067 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 13 Sep 2017 15:16:02 +0200 Subject: [PATCH] Thank you package_linter, details --- manifest.json | 2 +- scripts/install | 2 +- scripts/remove | 2 +- scripts/upgrade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index f54d1a2..5fa13ef 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain:", + "en": "Choose a domain:" }, "example": "domain.org" }, diff --git a/scripts/install b/scripts/install index 6567456..6333d2e 100755 --- a/scripts/install +++ b/scripts/install @@ -5,7 +5,7 @@ #================================================= # IMPORT GENERIC HELPERS #================================================= - +set -eu source _common.sh source /usr/share/yunohost/helpers diff --git a/scripts/remove b/scripts/remove index fbd8064..4110252 100755 --- a/scripts/remove +++ b/scripts/remove @@ -5,7 +5,7 @@ #================================================= # IMPORT GENERIC HELPERS #================================================= - +set -eu source _common.sh source /usr/share/yunohost/helpers diff --git a/scripts/upgrade b/scripts/upgrade index c0b3296..033c750 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -5,7 +5,7 @@ #================================================= # IMPORT GENERIC HELPERS #================================================= - +set -eu source _common.sh source /usr/share/yunohost/helpers