Rename start and gravity scripts to match their service names

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2022-08-29 11:50:19 +01:00
parent e6d4c3091f
commit 473117e8a8
7 changed files with 9 additions and 9 deletions

View File

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

View File

@@ -1,2 +1,2 @@
#!/command/execlineb
foreground { bash -e /usr/local/bin/start.sh }
foreground { bash -e /usr/local/bin/_startup.sh }