Update install.sh

This commit is contained in:
dami 2025-11-29 15:52:51 +08:00
parent 4161a3afc1
commit e95269d539
1 changed files with 0 additions and 4 deletions

View File

@ -88,10 +88,6 @@ Uninstall_App()
systemctl daemon-reload
fi
if [ -f $serverPath/doh/initd/doh ];then
$serverPath/doh/initd/doh stop
fi
rm -rf $serverPath/doh
echo 'uninstall doh success'
}