removed openwrt parts #33

This commit is contained in:
Matthias Strubel 2013-04-09 07:52:54 +02:00
parent 5410cb9b0f
commit fe355654f8

View file

@ -52,8 +52,6 @@ fi
if [[ -f $PIRATEBOX/conf/init_done ]] ; then
INIT=OK
else
[[ "$OPENWRT" = "yes" ]] && $PIRATEBOX/bin/hooks/hook_pre_openwrt_init.sh "$CONF"
[[ "$OPENWRT" = "yes" ]] && $PIRATEBOX/bin/install_piratebox.sh "$CONF" init_openwrt
$PIRATEBOX/bin/hooks/hook_pre_init.sh "$CONF"
$PIRATEBOX/bin/install_piratebox.sh "$CONF" part2
$PIRATEBOX/bin/hooks/hook_post_init.sh "$CONF"