Skip to content

Commit 7a776e8

Browse files
committed
solving [#8]
1 parent 3b82251 commit 7a776e8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: chonos-log
2-
Version: 25.11.18
2+
Version: 25.11.19
33
Priority:
44
Architecture: all
55
Essential:

etc/stunnel/chonos-log.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[chonos-log]
22
accept = 3371
3-
connect = 127.0.0.1:3271
3+
connect = 127.0.0.1:3274
44
cert = /opt/group.chon/lib/tomcat/conf/certs/fullchain.pem
55
key = /opt/group.chon/lib/tomcat/conf/certs/privkey.pem

usr/bin/chonos-log

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#! /bin/sh
2-
#EmbedMAS_HOME=/opt/chonos-embMAS
32
EmbedMAS_TMP=/tmp/.embedMAS
43
EmbedMAS_LOGFILE=$EmbedMAS_TMP/embeddedMAS.log
54
mkdir -p $EmbedMAS_TMP
@@ -45,7 +44,7 @@ elif [ "$opt" = "start" ]; then
4544
pid=$$
4645
echo $pid > $EmbedMAS_TMP/chonos-log.pid
4746
echo "[$pid] Starting ChonOS Log"
48-
/usr/bin/tail -f $EmbedMAS_LOGFILE | $WTEE -b *:3271
47+
/usr/bin/tail -f $EmbedMAS_LOGFILE | $WTEE -b *:3274
4948
exit 0
5049
elif [ "$opt" = "stop" ]; then
5150
pid=`cat $EmbedMAS_TMP/chonos-log.pid`

0 commit comments

Comments
 (0)