From 85ad4a1f5c56d038a5a402b9e76b5138ef0ae235 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 25 Feb 2017 00:13:26 +0000 Subject: [PATCH] Add set -eu --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index fdbe91d..ee63a55 100644 --- a/scripts/restore +++ b/scripts/restore @@ -1,4 +1,5 @@ #!/bin/bash +set -eu # Source app helpers source /usr/share/yunohost/helpers