1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

set -eu sur le fichier d'install

This commit is contained in:
magikcypress 2017-03-03 13:26:18 +01:00
parent bc6285b1b7
commit 8933a9d46a

View file

@ -1,5 +1,10 @@
#!/bin/bash
#=================================================
# Exit on command errors and treat unset variables as an error
#=================================================
set -eu
#=================================================
# GENERIC STARTING
#=================================================