diff --git a/luci-app-homeproxy/root/etc/init.d/homeproxy b/luci-app-homeproxy/root/etc/init.d/homeproxy index c38dec1a5..c0350304c 100755 --- a/luci-app-homeproxy/root/etc/init.d/homeproxy +++ b/luci-app-homeproxy/root/etc/init.d/homeproxy @@ -304,7 +304,7 @@ start_service() { } stop_service() { - sed -i "/$CONF/d" "/etc/crontabs/root" 2>"/dev/null" + sed -i "/update_crond.sh/d" "/etc/crontabs/root" 2>"/dev/null" /etc/init.d/cron restart >"/dev/null" 2>&1 # Setup firewall