Skip to content

Commit

Permalink
Fix route_cider to router_cider
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Oct 21, 2022
1 parent 8c959a9 commit 3515e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/router_cider.sysconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APP_NAME=router_cider
APP_BASE=%APP_HOME%
APP_BIN=%APP_HOME%/PROD/bin/route_cider.py
APP_BIN=%APP_HOME%/PROD/bin/router_cider.py
# Add any command line options for your daemon here
APP_OPTS="-l info -c ${APP_BASE}/conf/route_cider.conf"
APP_OPTS="-l info -c ${APP_BASE}/conf/router_cider.conf"

PYTHON_BASE=%PYTHON_BASE%
PIPENV_BASE=${APP_BASE}/python
Expand Down

0 comments on commit 3515e65

Please sign in to comment.