mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
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)
|
||||||
runweb "$@"
|
runweb "$@"
|
||||||
;;
|
;;
|
||||||
rundb)
|
|
||||||
rundb "$@"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
set +x # No need to echo echo
|
set +x # No need to echo echo
|
||||||
echo "Unrecognised command. Try:"
|
echo "Unrecognised command. Try:"
|
||||||
|
@ -180,6 +177,5 @@ case "$CMD" in
|
||||||
echo " copy_media_to_s3"
|
echo " copy_media_to_s3"
|
||||||
echo " set_cors_to_s3 [cors file]"
|
echo " set_cors_to_s3 [cors file]"
|
||||||
echo " runweb [command]"
|
echo " runweb [command]"
|
||||||
echo " rundb [command]"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue