commit b7d02e0
hovercats
·
2023-04-26 05:07:20 +0000 UTC
parent 6d8af9e
nits
1 files changed,
+2,
-2
M
rcinit
M
rcinit
+2,
-2
1@@ -1,7 +1,7 @@
2 #!/bin/rc
3
4 # Check if PID is 1
5-if (test $pid -eq 1) {
6+if (test $pid -eq 1) {
7 /etc/rc.init
8 }
9 if not {
10@@ -9,6 +9,6 @@ if not {
11 }
12
13 # Wait forever, so the script doesnt exit by itself
14-while (){
15+while() {
16 wait $pid
17 }