Эх сурвалжийг харах

do not reset since its a full update anyway

Tobias Simetsreiter 4 жил өмнө
parent
commit
b85aee5de9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/main.py

+ 1 - 1
src/main.py

@@ -48,7 +48,7 @@ def com_autostart(args):
     com_install(args)
     with open("/etc/cron.d/42-bootstrap_captive", "w") as fd:
         fd.write('''
-@reboot /usr/local/bin/bootstrap_captive autostart
+@reboot root /usr/local/bin/bootstrap_captive autostart
 ''')
     from bootstrap_captive.gpio import switch
     if switch(args):