#!/bin/sh
if [ -z "" ]; then
	/etc/init.d/clashoo stop >/dev/null 2>&1
	/etc/init.d/clashoo disable 2>/dev/null
fi
exit 0
