test
This commit is contained in:
parent
10d6336671
commit
9f20f36d29
@ -172,12 +172,13 @@ case $selection in
|
|||||||
update_selection+=("-p")
|
update_selection+=("-p")
|
||||||
;;
|
;;
|
||||||
99)
|
99)
|
||||||
count=1
|
count=2
|
||||||
echo "restarting"
|
echo "restarting"
|
||||||
for i in "${update_selection[@]:1}"
|
for i in "${update_selection[@]:2}"
|
||||||
do
|
do
|
||||||
unset "update_selection[$count]"
|
unset "update_selection[$count]"
|
||||||
echo "$i removed"
|
echo "$i removed"
|
||||||
|
((count++))
|
||||||
done
|
done
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user