From a66d8596678034b8c7b0527c0a920f1f8f59c767 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 27 Sep 2015 23:55:31 +0200 Subject: [PATCH] [enh] add set -e in remove script --- scripts/remove | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/remove b/scripts/remove index e97aaaf..148b4f1 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,3 +1,5 @@ +set -e + final_path=/var/www/noalyss sudo rm -rf $final_path