Refactored ops and whitelist processing into its own file (#1306)

This commit is contained in:
Geoff Bourne
2022-01-26 20:25:52 -06:00
committed by GitHub
parent 8a42dfe232
commit 21602a79e7
10 changed files with 142 additions and 97 deletions

View File

@@ -3,7 +3,7 @@ set -euo pipefail
IFS=$'\n\t'
# shellcheck source=start-utils
. ${SCRIPTS:-/}start-utils
. "${SCRIPTS:-/}start-utils"
: "${EULA:=}"
: "${PROXY:=}"