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)