chore (script): use better error logging
This commit is contained in:
parent
366f1c5fc5
commit
5c054000a9
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ if [ $STATUS -eq 0 ]; then
|
|||
"Created backup of ${FORGEJO_MYSQL_CONTAINER} on VPS."
|
||||
else
|
||||
$RCHAT_NOTIFIER "backups" "error" \
|
||||
"Failed to create backup of ${FORGEJO_MYSQL_CONTAINER}: problem with rsync (exit code $STATUS)."
|
||||
"Failed to create backup of ${FORGEJO_MYSQL_CONTAINER}: exit code $STATUS."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue