Restart script after running if command

main
Elnu 2 years ago
parent ebe59405e3
commit 3e524caf6e

@ -102,7 +102,10 @@ case $selection in
if [[ -n $selection ]]; then
[[ -n $list_raw ]] && list_raw="${list_raw}${NL}"
list_raw=`printf "%s%s %s\n" "$list_raw" "$EMPTY_RAW" "$selection"`
fi ;;
fi
exit ;;
esac
printf "%s\n" "$list_raw" >| $FILE
rofi-checklist