forked from mirrors/bookwyrm
Removes unused rundb
command
This commit is contained in:
parent
582d2e6d0d
commit
23549c7fdb
1 changed files with 0 additions and 4 deletions
4
bw-dev
4
bw-dev
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue