Fixed minor typo in comment.

This commit is contained in:
Kristofer Hallin 2022-05-01 12:34:00 -07:00 committed by Olof hagsand
parent b7c8a27f67
commit 0ec26df953

View file

@ -47,7 +47,7 @@ function testinit(){
new "Starting $snmpd -C --rwcommunity=public --master=agentx --agentXSocket=unix:/tmp/clixon_snmp.sock udp:127.0.0.1:1161"
# Dity workaround for snmpd in Alpine
# Dirty workaround for snmpd in Alpine
if [ -f /.dockerenv ]; then
$snmpd -C --rwcommunity=public --master=agentx --agentXSocket=unix:$SOCK udp:127.0.0.1:1161
else