ソースを参照

do not reset since its a full update anyway

Tobias Simetsreiter 4 年 前
コミット
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):