Fix typo in run_prod
This commit is contained in:
parent
6936b24129
commit
2fc705dc6e
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash gdb -ex r --args /home/kae/git/musicmuster/.direnv/python-3.9.2/bin/python app/musicmuster.py
|
#!/bin/bash
|
||||||
MYSQL_CONNECT="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
MYSQL_CONNECT="mysql+mysqldb://musicmuster:musicmuster@localhost/musicmuster_prod"
|
||||||
ROOT="/home/kae/music"
|
ROOT="/home/kae/music"
|
||||||
./app/musicmuster.py
|
./app/musicmuster.py
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user