Revert "run the check, but don't do anything yet"

This reverts commit 224acdbdd9.
This commit is contained in:
Ryan W
2023-09-30 19:16:44 -07:00
parent 224acdbdd9
commit f2d6f7291f
+2 -2
View File
@@ -1,8 +1,8 @@
#!/bin/bash -e
# If running the rails server then create or migrate existing database
if [ "${*}" == "./bin/rails server" ]; then
# if [ "${*}" == "./bin/rails server" ]; then
# ./bin/rails db:prepare
fi
# fi
exec "${@}"