This commit is contained in:
Heavybullets8 2022-07-26 23:22:55 -06:00
parent 10d6336671
commit 9f20f36d29

View File

@ -172,12 +172,13 @@ case $selection in
update_selection+=("-p")
;;
99)
count=1
count=2
echo "restarting"
for i in "${update_selection[@]:1}"
for i in "${update_selection[@]:2}"
do
unset "update_selection[$count]"
echo "$i removed"
((count++))
done
continue
;;