From 56b50e17ed2966a763df666a3c848c84d692ac10 Mon Sep 17 00:00:00 2001 From: Olivier BILHAUT Date: Fri, 26 Jan 2018 17:24:00 +0100 Subject: [PATCH] Commented set -eu --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1acc71a..144fc35 100644 --- a/scripts/install +++ b/scripts/install @@ -1,6 +1,7 @@ #!/bin/bash -set -eu +#set -eu + app=$YNH_APP_INSTANCE_NAME version=$(cat ../sources/version) @@ -125,7 +126,7 @@ ynh_abort_if_errors password=$(ynh_string_random 8) # Install with CURL - + ynh_local_curl "/install/fileconf.php" \ "testpost=ok"