diff options
| -rwxr-xr-x | rc/bin/inst/halt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rc/bin/inst/halt b/rc/bin/inst/halt index c9973f4a0..db67aedc2 100755 --- a/rc/bin/inst/halt +++ b/rc/bin/inst/halt @@ -1,14 +1,8 @@ #!/bin/rc echo -n 'Halting file systems...' +fshalt -if(ps | grep -s ' cwfs$') - echo halt >>/srv/cwfs.cmd - -echo done echo echo Remember to take the install disk out of the drive. echo Feel free to turn off your computer. -while() - sleep 3600 - |
