Update ha.sh

This commit is contained in:
tteck 2021-08-24 12:24:28 -04:00 committed by GitHub
parent f54aa9c186
commit faed31210f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
ha.sh
View File

@ -88,7 +88,7 @@ lxc.hook.pre-start: sh -ec 'do modinfo $module; $(lsmod | grep -Fq $module) || m
EOF
# Set autodev hook to enable access to devices in container
bash ./set_autodev_hook.sh $CTID
#bash ./set_autodev_hook.sh $CTID
# Set container timezone to match host
cat << 'EOF' >> $LXC_CONFIG