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

[fix] No failed email if borg create failed !

This commit is contained in:
ljf (zamentur) 2021-04-14 19:01:08 +02:00 committed by GitHub
parent d951888470
commit 6b253039a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -eo pipefail
app="${0#"./05-"}"
app="${app%"_app"}"