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:
parent
bc6285b1b7
commit
8933a9d46a
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
#=================================================
|
||||
# Exit on command errors and treat unset variables as an error
|
||||
#=================================================
|
||||
set -eu
|
||||
|
||||
#=================================================
|
||||
# GENERIC STARTING
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue