Update zfs_bootstrap.sh

pull/11/head
John-Paul Bader 2022-01-28 13:00:56 +01:00 committed by GitHub
parent f073bf499d
commit 70fe3d49c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -174,3 +174,8 @@ for user in $users; do
done
chown -R 1001:1001 /mnt/home/$USERNAME/.ssh
# Unmount tank and re-set mountpoint
zfs unmount -f tank
zfs set mountpoint=/ tank
echo "Done"