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:
parent
8e068eb65a
commit
56b50e17ed
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -eu
|
#set -eu
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
version=$(cat ../sources/version)
|
version=$(cat ../sources/version)
|
||||||
|
|
||||||
|
@ -125,7 +126,7 @@ ynh_abort_if_errors
|
||||||
password=$(ynh_string_random 8)
|
password=$(ynh_string_random 8)
|
||||||
|
|
||||||
# Install with CURL
|
# Install with CURL
|
||||||
|
|
||||||
ynh_local_curl "/install/fileconf.php" \
|
ynh_local_curl "/install/fileconf.php" \
|
||||||
"testpost=ok"
|
"testpost=ok"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue