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:
parent
939ff61545
commit
cd55bf42e2
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -eu
|
||||||
# Constants
|
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$1
|
domain=$1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -u
|
||||||
|
|
||||||
# supervisord and other Debian dependencies remain installed
|
# supervisord and other Debian dependencies remain installed
|
||||||
# there is no way to know if they are used by other programs
|
# there is no way to know if they are used by other programs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -eu
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue