Also include startcrypto to the list of proxied requests

This commit is contained in:
erdgeist 2007-10-08 01:32:22 +00:00
parent 5ef11c6d04
commit c3adb3ca01

View File

@ -695,7 +695,7 @@ install)
;;
######################## ezjail-admin SHORTCUT ########################
*start|*stop)
*start|*stop|*startcrypto)
[ -x "${ezjail_prefix}/etc/rc.d/ezjail" ] && exec "${ezjail_prefix}/etc/rc.d/ezjail" $@
[ -x "${ezjail_prefix}/etc/rc.d/ezjail.sh" ] && exec "${ezjail_prefix}/etc/rc.d/ezjail.sh" $@