From b4760dd566e4afc9508c924d1641f884dffb6562 Mon Sep 17 00:00:00 2001 From: ewilly Date: Fri, 3 Feb 2017 16:41:51 +0100 Subject: [PATCH] Uptade remove script --- scripts/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index be0c226..3832cca 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,7 +1,7 @@ #!/bin/bash # Exit on command errors and treat unset variables as an error -set -eu +set -u # Source YunoHost helpers source /usr/share/yunohost/helpers