diff --git a/scripts/rofi-emoji b/scripts/rofi-emoji index 50de6fd..76d1eaf 100755 --- a/scripts/rofi-emoji +++ b/scripts/rofi-emoji @@ -89,7 +89,8 @@ function display() { if [ "${line[@]}" == "$update" ]; then download - exit 0 + display + return fi line=($line) diff --git a/scripts/rofi-fontawesome b/scripts/rofi-fontawesome index d8e6dd6..cddc20c 100755 --- a/scripts/rofi-fontawesome +++ b/scripts/rofi-fontawesome @@ -65,7 +65,8 @@ function display() { if [ "${line[@]}" == "$update" ]; then download - exit 0 + display + return fi #IFS=$'\t'