]> arthur.barton.de Git - MkMySqlDump.git/commitdiff
mkmysqldump: fix addiitonal empty line on error
authorAlexander Barton <alex@barton.de>
Fri, 26 Feb 2016 12:06:32 +0000 (13:06 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 26 Feb 2016 12:06:32 +0000 (13:06 +0100)
bin/mkmysqldump

index 8532607659f997e53ca83eb98767c0d010cd466a..87f9db2b73df5ef854ee09aef0ab792259621ab3 100755 (executable)
@@ -185,10 +185,10 @@ fi
 
 if [ $r -eq 0 ]; then
        echo "Dump command exited with code 0, success."
+       echo
 else
        echo "Dump command FAILED with code $r!" >&2
        ErrorNotice
 fi
 
-echo
 exit $r