Skip to content

Commit

Permalink
Move -api startup to custom python #809
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Mar 24, 2019
1 parent c3f7800 commit fb08164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/maverick-modules/maverick_web/files/api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ source /srv/maverick/software/ros/current/setup.bash
export API_PORT ROS_MASTER_URI

cd /srv/maverick/var/log/web/api/$1
/srv/maverick/code/maverick-api/maverick_api/maverick_api.py --config-file=/srv/maverick/config/web/maverick-api.$1.conf
/srv/maverick/python/bin/python3 /srv/maverick/code/maverick-api/maverick_api/maverick_api.py --config-file=/srv/maverick/config/web/maverick-api.$1.conf

0 comments on commit fb08164

Please sign in to comment.