1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Commented set -eu

This commit is contained in:
Olivier BILHAUT 2018-01-26 17:24:00 +01:00 committed by Jeff
parent 8e068eb65a
commit 56b50e17ed

View file

@ -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"