Skip to content
Snippets Groups Projects
Commit 5439d579 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'version-2' into 'master'

add returncode to unregister call

See merge request !12
parents ecc3721b 0c57c6c1
No related branches found
No related tags found
1 merge request!12add returncode to unregister call
......@@ -330,7 +330,7 @@
if [ -z "$STORAGE_REGISTER" ]; then
echo "SKIP"
else
unregisterBackupSlot `hostname -f`
unregisterBackupSlot `hostname -f` $rc
fi | tee -a $transferlog
h2 "`date` Backup finished"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment