2021-02-06 16:13:47 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
2021-02-10 18:48:24 +01:00
|
|
|
. /root/db.sh
|
2021-02-06 16:13:47 +01:00
|
|
|
|
2021-02-10 19:50:34 +01:00
|
|
|
echo "pooooort $SERVER_PORT"
|
|
|
|
/usr/local/bin/uwsgi --wsgi-file /usr/local/lib/python3.8/site-packages/cic_ussd/runnable/server.py --http :$SERVER_PORT --pyargv "-vv"
|