mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
Remove ui/ on Linux uninstall.
This commit is contained in:
parent
3fe60615df
commit
a5e4e3fcac
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ fi
|
|||
echo "Erasing binary and support files..."
|
||||
if [ -d /var/lib/zerotier-one ]; then
|
||||
cd /var/lib/zerotier-one
|
||||
rm -rf zerotier-one *.persist identity.public *.log *.pid *.sh updates.d networks.d iddb.d root-topology
|
||||
rm -rf zerotier-one *.persist identity.public *.log *.pid *.sh updates.d networks.d iddb.d root-topology ui
|
||||
fi
|
||||
|
||||
echo "Erasing anything installed into system bin directories..."
|
||||
|
|
Loading…
Add table
Reference in a new issue