test
This commit is contained in:
parent
10d6336671
commit
9f20f36d29
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user