|
@ -2,7 +2,8 @@ |
|
|
|
|
|
|
|
|
CURDIR=$PWD |
|
|
CURDIR=$PWD |
|
|
# shellcheck disable=SC1091 |
|
|
# shellcheck disable=SC1091 |
|
|
REQUIRED_PKGS=(jq rsync file git) |
|
|
|
|
|
|
|
|
# REQUIRED_PKGS=(jq rsync file git) |
|
|
|
|
|
REQUIRED_PKGS=(file git) |
|
|
|
|
|
|
|
|
function usage() { |
|
|
function usage() { |
|
|
echo 'usage: --host | --containers | --full | --one-container <CT_NAME>' |
|
|
echo 'usage: --host | --containers | --full | --one-container <CT_NAME>' |
|
|