Closed quonb closed 3 months ago
Here is a missing quote, it must be send $env("CID") https://github.com/koshev-msk/modemfeed/blob/d9ef9efb20fc9c6f11c7a5fde07ad15207089171/packages/net/xmm-modem/root/etc/gcom/xmm-auth.gcom#L8
send $env("CID")
And here on the line 9 is unneeded one, it must be send "," because AUTH should not be quoted https://github.com/koshev-msk/modemfeed/blob/d9ef9efb20fc9c6f11c7a5fde07ad15207089171/packages/net/xmm-modem/root/etc/gcom/xmm-auth.gcom#L9-L11
send ","
AUTH
Here is a missing quote, it must be
send $env("CID")
https://github.com/koshev-msk/modemfeed/blob/d9ef9efb20fc9c6f11c7a5fde07ad15207089171/packages/net/xmm-modem/root/etc/gcom/xmm-auth.gcom#L8And here on the line 9 is unneeded one, it must be
send ","
becauseAUTH
should not be quoted https://github.com/koshev-msk/modemfeed/blob/d9ef9efb20fc9c6f11c7a5fde07ad15207089171/packages/net/xmm-modem/root/etc/gcom/xmm-auth.gcom#L9-L11