debug what's failing

This commit is contained in:
Ryan W
2023-09-30 11:36:33 -07:00
parent 9c964b555f
commit b6dae0665d
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/bash -e #!/bin/bash -e
# If running the rails server then create or migrate existing database # 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 # ./bin/rails db:prepare
fi # fi
exec "${@}" exec "${@}"