mirror of
https://github.com/aclist/dztui.git
synced 2025-04-12 07:13:00 +02:00
fix: retain config path on partial uninstall
This commit is contained in:
parent
4dd2a2941f
commit
76efe39a70
1 changed files with 1 additions and 1 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -854,7 +854,7 @@ uninstall(){
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
_partial(){
|
_partial(){
|
||||||
for i in "$config_path" "$cache_path" "$share_path"; do
|
for i in "$cache_path" "$share_path"; do
|
||||||
echo "Deleting the path '$i'"
|
echo "Deleting the path '$i'"
|
||||||
rm -rf "$i"
|
rm -rf "$i"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue