Skip to content

Commit 5e191c4

Browse files
committed
fix bad set command and change tag to production
1 parent 092d5f9 commit 5e191c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/UI/OpenAPI/python-flask-server/RTX_OpenAPI

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
export DEVAREA=devED
3+
export DEVAREA=production
44

55
### BEGIN INIT INFO
66
# Provides: RTX_OpenAPI

code/UI/OpenAPI/python-flask-server/RTX_OpenAPI.start

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
export DEVAREA=devED
3+
export DEVAREA=production
44

5-
set LOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.log
6-
set ELOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.elog
5+
LOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.log
6+
ELOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.elog
77

88
if [ -e $LOGFILE ]
99
then

0 commit comments

Comments
 (0)