We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092d5f9 commit 5e191c4Copy full SHA for 5e191c4
code/UI/OpenAPI/python-flask-server/RTX_OpenAPI
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-export DEVAREA=devED
+export DEVAREA=production
4
5
### BEGIN INIT INFO
6
# Provides: RTX_OpenAPI
code/UI/OpenAPI/python-flask-server/RTX_OpenAPI.start
@@ -1,9 +1,9 @@
#!/bin/bash
-set LOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.log
-set ELOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.elog
+LOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.log
+ELOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.elog
7
8
if [ -e $LOGFILE ]
9
then
0 commit comments