1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Use the recommended set in scripts

This commit is contained in:
Jocelyn Delalande 2017-03-18 19:12:51 +01:00
parent 939ff61545
commit cd55bf42e2
3 changed files with 3 additions and 4 deletions

View file

@ -1,6 +1,5 @@
#!/bin/bash
set -e
# Constants
set -eu
# Retrieve arguments
domain=$1

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -u
# supervisord and other Debian dependencies remain installed
# there is no way to know if they are used by other programs

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -eu
app=$YNH_APP_INSTANCE_NAME