Skip to content

Commit

Permalink
Futher post install on silicon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mt1976 committed Apr 11, 2021
1 parent da6f3cf commit bd9a16c
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 14 deletions.
23 changes: 12 additions & 11 deletions BP/W_SERVICE.DO
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ PROGRAM W_SERVICE.DO
** INFORMATION ****************************************************************
* Routine Name : W_SERVICE.DO
* Type : PROGRAM
* Params :
* Params :
* Loc : BP
** AUDIT **********************************************************************
* Info Updated : 20210411 at 16.25.52 in MWT-QM-DEV by matttownsend
* Info Updated : 20210411 at 17.02.44 in MWT-QM-DEV by matttownsend
* : on silicon.local (Mac)
*******************************************************************************

Expand Down Expand Up @@ -48,23 +48,24 @@ $INCLUDE BP F_UTIL.LOG.EVENT.H
waitTime = 0 ; CALL U_IO.GET.PROPERTY(wct_Properties, "waitTime", waitTime)
shutdownChar = 0 ; CALL U_IO.GET.PROPERTY(wct_Properties, "shutdownChar", shutdownChar)

CALL U_CRT.INFO("QUIT CHAR", shutdownChar:",":upcase(shutdownChar))
CALL U_CRT.INFO("requestFilePath", requestFilePath)
CALL U_CRT.INFO("responseFilePath", responseFilePath)

breakLoop = @FALSE ; chkVar = ""
LOOP
UNTIL breakLoop

GOSUB CHECK.QUEUE

PROMPT = ""
* PROMPT = ""
*CRT @CRTWIDE:",":@CRTHIGH
INPUT chkVar, 1:_ TIMEOUT waitTime
PROMPT = "?"
IF chkVar = shutdownChar or chkVar = upcase(shutdownChar) THEN
breakLoop=@TRUE
CRT @SYS.BELL

END
* INPUT chkVar, 1:_ TIMEOUT waitTime
* PROMPT = "."
* IF chkVar = shutdownChar or chkVar = upcase(shutdownChar) THEN
* breakLoop=@TRUE
* CRT @SYS.BELL
* END
SLEEP waitTime
* for debugging
* breakLoop=@TRUE

Expand Down
4 changes: 2 additions & 2 deletions DOCS.PAGE/W_SERVICE.DO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* Params :
* Loc : BP
** AUDIT **********************************************************************
* Info Updated : 20210302 at 21.53.22 in DEV by root
* : on mercury.local (Mac)
* Info Updated : 20210411 at 17.02.44 in MWT-QM-DEV by matttownsend
* : on silicon.local (Mac)
*******************************************************************************

```
Expand Down
6 changes: 6 additions & 0 deletions UTIL.CONFIG/util.properties!SILICON.LOCAL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Where ^ is used in properties, it will be replaced by an = char in the resolved property
outputType=INFO=
path=/Users/matttownsend/Documents/GitHub/mwt-qm-dev=
chromeLocation=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome=
ip4=ipconfig getifaddr en1=
purgeAfterDays=2=
2 changes: 1 addition & 1 deletion WEB.CREDENTIALS.IDX/mwt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
be6b88b4
3a643c01
11 changes: 11 additions & 0 deletions WEB.CREDENTIALS/3a643c01
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
mwt
123456
Matt
Townsend
Matt
matt.townsend@eurobase.com
1618159310
1933519310
silicon.local
super
default
17 changes: 17 additions & 0 deletions WEB.SESSIONS/7979b6356a3a43908c80d31c6bc945eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
133ae0e051744715b9a70ee75e46c0a8
19460
60118
3a643c01
7979b6356a3a43908c80d31c6bc945eb
mwt
7342
[::1]:52081
localhost:8080
192.168.0.150:49739
silicon.local
hostname: illegal option -- I
silicon.local
1618159318
1618160577
super
default

0 comments on commit bd9a16c

Please sign in to comment.