mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-18 05:39:06 +02:00
Update experimental_dockcheck.sh
Fix reading GotUpdates-array into NumberedUpdates-array.
This commit is contained in:
parent
ee2ac4ff9e
commit
ff5e1e16b0
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ if [ -n "$GotErrors" ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### SELECTION definitions and functions:
|
### SELECTION definitions and functions:
|
||||||
NumberedUpdates=(all "$GotUpdates")
|
NumberedUpdates=(all "${GotUpdates[@]}")
|
||||||
|
|
||||||
options() {
|
options() {
|
||||||
num=0
|
num=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue