--- src/nrelease/installer/usr/local/bin/installer 2004/07/11 19:36:03 1.5 +++ src/nrelease/installer/usr/local/bin/installer 2004/11/11 20:30:05 1.6 @@ -1,7 +1,7 @@ #!/bin/sh # installer - start installer frontend and backend as per pfi config. -# $Id: installer,v 1.5 2004/07/11 19:36:03 dillon Exp $ +# $Id: installer,v 1.6 2004/11/11 20:30:05 cpressey Exp $ # $DragonFly$ ### SUBS ### @@ -17,7 +17,7 @@ background_backend() 0) ;; 5) - shutdown -h now + $pfi_shutdown_command ;; *) ;; @@ -118,7 +118,7 @@ installer_start() 0) ;; 5) - shutdown -h now + $pfi_shutdown_command ;; *) ;;