Fix syntax error
This commit is contained in:
parent
e90ed01fce
commit
6eac2f9e3f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if /usr/bin/wget -O/tmp/update.bin https://admin360.kumi.host/update --post-data
|
|||
then
|
||||
/sbin/sysupgrade -F -n /tmp/update.bin
|
||||
fi
|
||||
""")
|
||||
"""
|
||||
|
||||
elif device.lastbeat < device.changed:
|
||||
code = """
|
||||
|
|
Loading…
Reference in a new issue