mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
scripts/rofi-*: restart viewer after updating
This commit is contained in:
parent
4c634c402a
commit
10ffcecb31
@ -89,7 +89,8 @@ function display() {
|
||||
|
||||
if [ "${line[@]}" == "$update" ]; then
|
||||
download
|
||||
exit 0
|
||||
display
|
||||
return
|
||||
fi
|
||||
|
||||
line=($line)
|
||||
|
@ -65,7 +65,8 @@ function display() {
|
||||
|
||||
if [ "${line[@]}" == "$update" ]; then
|
||||
download
|
||||
exit 0
|
||||
display
|
||||
return
|
||||
fi
|
||||
|
||||
#IFS=$'\t'
|
||||
|
Loading…
Reference in New Issue
Block a user