mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add set -eu for tools scripts
This commit is contained in:
parent
0cb7777098
commit
0faf8ca83c
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
app_instance=__APP__
|
app_instance=__APP__
|
||||||
|
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
app=__APP__
|
app=__APP__
|
||||||
service_config_file=/etc/matrix-$app/conf.d/app_service.yaml
|
service_config_file=/etc/matrix-$app/conf.d/app_service.yaml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue