mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix][typo] readaraay -> readarray
This commit is contained in:
@@ -23,7 +23,7 @@ if [ "$uid" -ne 0 ]; then
|
||||
fi
|
||||
|
||||
# Save the original argument array since we modify it
|
||||
readarraay -t original_args <<< "$@"
|
||||
readarray -t original_args <<< "$@"
|
||||
|
||||
cd "$(dirname "$0")" || exit 255
|
||||
|
||||
|
||||
Reference in New Issue
Block a user