Commit 91757c4a authored by Jondy Zhao's avatar Jondy Zhao

pre-uninstall: remove all tap-windows driver

parent b1d39d83
...@@ -70,6 +70,9 @@ _filename=/var/cron/tabs/${slapos_administrator} ...@@ -70,6 +70,9 @@ _filename=/var/cron/tabs/${slapos_administrator}
echo "Removing ${_filename}" echo "Removing ${_filename}"
rm -rf ${_filename} && echo OK. rm -rf ${_filename} && echo OK.
echo "Removing all Tap-Windows Drivers ..."
which devcon >/dev/null 2>&1 && devcon remove tap0901 && echo OK.
# #
# Remove default instance root and software root, because it belong to # Remove default instance root and software root, because it belong to
# slapuser, and would not be removed by the windows uninstaller. # slapuser, and would not be removed by the windows uninstaller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment