Start gravityonboot.sh as a background task to prevent timeouts

This commit is contained in:
Adam Warner 2022-07-21 19:46:02 +01:00
parent b9df80b1ee
commit 6830b99e4a
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
bash /gravityonboot.sh
#!/command/execlineb
background { bash -e /gravityonboot.sh }