Skip to content

Commit f36b955

Browse files
committed
switched to name of template
1 parent 5e191c4 commit f36b955

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

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

55
### BEGIN INIT INFO
6-
# Provides: RTX_OpenAPI
6+
# Provides: RTX_OpenAPI_template
77
# Required-Start: $remote_fs $syslog
88
# Required-Stop: $remote_fs $syslog
99
# Default-Start: 2 3 4 5

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

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

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

55
LOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.log
66
ELOGFILE=/tmp/RTX_OpenAPI_$DEVAREA.elog

0 commit comments

Comments
 (0)