adjusted startup script

This commit is contained in:
rawleyIfowler
2022-02-23 12:08:57 -06:00
parent 3d69570c00
commit a1bdc8ca31

View File

@@ -1,3 +1,7 @@
#!/bin/sh #!/bin/sh
./main & if [ ./main & ]; then
exit 0
else
exit 1
fi