File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ -n "$PROVISION_PASSWORD" ]; then
88 chmod 600 " $PROVISION_PASSWORD_FILE "
99fi
1010
11- # Note: The FEATURES variable MUST BE included in the env_keep seting of the sudoers file
11+ # Note: The FEATURES variable MUST BE included in the env_keep setting of the sudoers file
1212(cd /tmp && sudo /usr/bin/enroll.sh --no-inherit-env --provisioner-password-file " $PROVISION_PASSWORD_FILE " )
1313rm -f " $PROVISION_PASSWORD_FILE "
1414
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ TEST_USER=${TEST_USER:-iotadmin}
77command_exists () { command -v " $1 " > /dev/null 2>&1 ; }
88
99install_container_management () {
10- # Install with all recommended packages as this is simplier to maintain
10+ # Install with all recommended packages as this is simpler to maintain
1111 # Note: Use podman instead of docker-ce as docker-ce fails at build time. See https://github.com/docker/cli/issues/4807
1212 mkdir -p /etc/containers/
1313 touch /etc/containers/nodocker
You can’t perform that action at this time.
0 commit comments