Skip to content

Commit

Permalink
autostart: fix webOS 7 autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
Informatic committed Mar 2, 2023
1 parent 1be40f9 commit 39c15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autostart.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
timeout -t 5 luna-send -n 1 'luna://org.webosbrew.vncserver.service/start' '{"autostart": true}'
timeout 5 luna-send -n 1 'luna://org.webosbrew.vncserver.service/start' '{"autostart": true}'

0 comments on commit 39c15e2

Please sign in to comment.