Commit 6bce24eb authored by Yann Garcia's avatar Yann Garcia
Browse files

Enhance fsmsggen; Bug fixed in entrypoint.sh

parent 2ad15195
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Here are some examples of env. variable values:
#   COMM: [--iface eth0|--mode 2]
#
#   GOBAL: --verbose --srcaddr 00:01:02:03:04:05 --no-sec true
#   GLOBAL: --verbose --srcaddr 00:01:02:03:04:05 --no-sec true
#
#   SEC_MODE: --no-sec true
#
@@ -21,5 +21,5 @@
set -e
set +vx

echo "Starting '/fsmsggen ${COMM} ${GOBAL} ${SEC_MODE} ${COMM_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}'"
/fsmsggen ${COMM} ${GOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}
 No newline at end of file
echo "Starting '/fsmsggen ${COMM} ${GLOBAL} ${SEC_MODE} ${COMM_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}'"
/fsmsggen ${COMM} ${GLOBAL} ${SEC_MODE} ${BEACON} ${CAM} ${DENM} ${VERBOSE}
 No newline at end of file
+115 KiB (3.12 MiB)

File changed.

No diff preview for this file type.