Update RM520_rgmii_toolkit.sh

Fix formatting of quotes
This commit is contained in:
iamromulan
2023-11-26 15:54:09 -05:00
committed by GitHub
parent 4d9dc1bc8e
commit 3e70fa239c

View File

@@ -191,7 +191,7 @@ Description=Reboot Modem Daily
[Service]
Type=oneshot
ExecStart=/bin/sh -c "/bin/echo -e 'AT+CFUN=1,1 \r' > /dev/smd7"
ExecStart=/bin/sh -c '/bin/echo -e "AT+CFUN=1,1 \r" > /dev/smd7'
Restart=no
RemainAfterExit=no" > /lib/systemd/system/rebootmodem.service