10 lines
147 B
Bash
10 lines
147 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
# Launch the router. Put this file in /srv/smsBEST/bin.
|
||
|
#
|
||
|
cd /srv/smsBEST
|
||
|
source bin/activate
|
||
|
cd gateway
|
||
|
python manage.py runrouter
|
||
|
|