1
0
Fork 0
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:
Josué Tille 2024-02-20 21:39:06 +01:00
parent 0cb7777098
commit 0faf8ca83c
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -eu
app_instance=__APP__
source /usr/share/yunohost/helpers

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -eu
app=__APP__
service_config_file=/etc/matrix-$app/conf.d/app_service.yaml