Update docker.sh

This commit is contained in:
tteckster 2022-03-17 13:13:18 -04:00 committed by GitHub
parent 0e2fb7769e
commit 2a8505fbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -255,9 +255,9 @@ echo -e "${CM}${CL} \r"
if [ "$STORAGE_TYPE" == "zfspool" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then
pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
info "${BL}Using fuse-overlayfs Storage Driver.${CL}"
info "Using ${BL}fuse-overlayfs${CL} Storage Driver."
else
info "${BL}Using overlay2 Storage Driver.${CL}"
info "Using ${BL}overlay2${CL} Storage Driver."
fi
alias lxc-cmd="lxc-attach -n $CTID --"