Skip to content
Snippets Groups Projects
Commit e0ceb67d authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: make_db now fails on unknown commands.

parent bb60cd95
No related branches found
No related tags found
No related merge requests found
......@@ -248,5 +248,5 @@ case $1 in
"test-connection") test-connection ;;
"install_db") install_db ;;
"restore_db") restore_db $2 ;;
*) echo "Unknown action: $1"
*) echo "Unknown action: $1"; exit 32
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment