Make test ping retry

This commit is contained in:
Mike Reeves
2022-09-15 17:07:02 -04:00
parent c50a1608af
commit 2c0d90bea4

View File

@@ -5,6 +5,10 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.
if [ -f /usr/sbin/so-common ]; then
. /usr/sbin/so-common
fi
if [ "$(id -u)" -ne 0 ]; then
echo "This script must be run using sudo!"
exit 1