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

show error if restore was not started

parent fe6034d0
Branches
No related tags found
1 merge request!13remove ./ in output of localdump.sh restore; add db restore hint
......@@ -364,7 +364,7 @@
else
. $BACKUP_SCRIPT $mode "${sDumpfile}" "${sTargetDb}"
if [ $rc -ne 0 ]; then
if [ $? -ne 0 -o $rc -ne 0 ]; then
color error
echo ERROR: $mode failed. See ouput above. :-/
color reset
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment