1
0
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:
Joe Groocock 2019-12-14 22:21:38 +00:00
parent 4c634c402a
commit 10ffcecb31
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 4 additions and 2 deletions

View File

@ -89,7 +89,8 @@ function display() {
if [ "${line[@]}" == "$update" ]; then
download
exit 0
display
return
fi
line=($line)

View File

@ -65,7 +65,8 @@ function display() {
if [ "${line[@]}" == "$update" ]; then
download
exit 0
display
return
fi
#IFS=$'\t'