Restart script after running if command

This commit is contained in:
Elnu 2022-07-27 12:00:49 -07:00
parent ebe59405e3
commit 3e524caf6e

View file

@ -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