run the check, but don't do anything yet

This commit is contained in:
Ryan W
2023-09-30 19:08:46 -07:00
parent 85a9845242
commit 224acdbdd9
+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 "${@}"