commit 888319d

hovercats  ·  2023-02-20 14:44:53 +0000 UTC
parent df08027
set wait to PID of script
1 files changed,  +1, -1
M rcinit
M rcinit
+1, -1
1@@ -10,5 +10,5 @@ if not {
2 
3 # Wait forever, so the script doesnt exit by itself
4 while (){
5-	wait
6+	wait $pid
7 }