Skip to content
Snippets Groups Projects
Commit 43e5260a authored by kaloyane's avatar kaloyane
Browse files

minor: change error message

SVN: 23502
parent e84de378
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ function backupDatabase() {
pg_dump -U $username -Fc $database > $dumpFile
if [ "$?" -ne 0 ]; then
echo "Failed to backup database '$database'. Aborting..."
echo "Failed to backup database '$database' !"
exit 3
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment