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