1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Adjustment of set -eu & set -u

This commit is contained in:
polytan02 2017-02-25 22:04:12 +00:00
parent c75fc4cf7e
commit 7b5af6c82f
4 changed files with 4 additions and 0 deletions

View file

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

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -u
# Source app helpers
source /usr/share/yunohost/helpers

View file

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

View file

@ -1,4 +1,5 @@
#!/bin/bash
set -eu
# Source app helpers
source /usr/share/yunohost/helpers