Removes unused rundb command

This commit is contained in:
Mouse Reeve 2021-11-07 06:13:44 -08:00
parent 582d2e6d0d
commit 23549c7fdb

4
bw-dev
View file

@ -148,9 +148,6 @@ case "$CMD" in
runweb)
runweb "$@"
;;
rundb)
rundb "$@"
;;
*)
set +x # No need to echo echo
echo "Unrecognised command. Try:"
@ -180,6 +177,5 @@ case "$CMD" in
echo " copy_media_to_s3"
echo " set_cors_to_s3 [cors file]"
echo " runweb [command]"
echo " rundb [command]"
;;
esac