File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docker/docker-entrypoint.d Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ if [ -f /usr/local/homer/etc/webapp_config.json ]; then
8282 if [ -n " $TSHARK_UID " ]; then sed -i " s/tshark_uid/${TSHARK_UID} /g" /usr/local/homer/etc/webapp_config.json; fi
8383 if [ -n " $TSHARK_GID " ]; then sed -i " s/tshark_gid/${TSHARK_GID} /g" /usr/local/homer/etc/webapp_config.json; fi
8484 if [ -n " $TSHARK_ACTIVE " ]; then sed -i " s/tshark_active/${TSHARK_ACTIVE} /g" /usr/local/homer/etc/webapp_config.json; fi
85- if [ -n " $TSHARK_BIN " ]; then sed -i " s/ tshark_bin/ ${TSHARK_BIN} / g" /usr/local/homer/etc/webapp_config.json; fi
85+ if [ -n " $TSHARK_BIN " ]; then sed -i " s# tshark_bin# ${TSHARK_BIN} # g" /usr/local/homer/etc/webapp_config.json; fi
8686
8787 echo " Pre-Flight provisioning completed!"
8888
You can’t perform that action at this time.
0 commit comments