mirror of
https://github.com/aclist/dztui.git
synced 2025-04-10 22:33:02 +02:00
fix: quote vars
This commit is contained in:
parent
72eab0daf0
commit
ac5d163525
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ xdg_file="$HOME/.local/share/applications/dzgui.desktop"
|
|||
share="$HOME/.local/share/dzgui"
|
||||
conf="$HOME/.config/dztui"
|
||||
[[ -f $xdg_file ]] && rm $xdg_file
|
||||
[[ -d $share ]] && rm -rf $share
|
||||
[[ -d $conf ]] && rm -rf $conf
|
||||
[[ -d $share ]] && rm -rf "$share"
|
||||
[[ -d $conf ]] && rm -rf "$conf"
|
||||
./dzgui.sh
|
||||
|
|
Loading…
Reference in a new issue