1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00

Correction qualité check_process

This commit is contained in:
magikcypress 2017-02-21 04:04:26 +01:00
parent 5215fb4ded
commit bc3aec5a08
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
#!/bin/bash
# Exit on command errors and treat unset variables as an error
set -eu
source .fonctions # Charge les fonctions génériques habituellement utilisées dans le script
CLEAN_SETUP () {

View file

@ -1,5 +1,8 @@
#!/bin/bash
# Exit on command errors and treat unset variables as an error
set -eu
source .fonctions # Charge les fonctions génériques habituellement utilisées dans le script
# Source app helpers