Update docker.sh

This commit is contained in:
tteckster 2022-03-17 07:11:56 -04:00 committed by GitHub
parent d8b769c167
commit 8beeb0e0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -243,7 +243,8 @@ EOF
echo -en "${GN} Starting LXC Container... "
pct start $CTID
${SD}if [ "$STORAGE_TYPE" == "zfspool" ]; then
${SD}if [ "$STORAGE_TYPE" == "zfspool" ];
${SD}then
${SD}pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755
${SD}info "${BL}Using fuse-overlayfs.${CL}"
${SD}fi