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

add returncode to unregister call

parent 4e5503ff
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