mirror of
https://github.com/hukl/freebsd-toolbox.git
synced 2025-11-20 03:08:43 +01:00
Update zfs_bootstrap.sh
This commit is contained in:
@ -174,3 +174,8 @@ for user in $users; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
chown -R 1001:1001 /mnt/home/$USERNAME/.ssh
|
chown -R 1001:1001 /mnt/home/$USERNAME/.ssh
|
||||||
|
|
||||||
|
# Unmount tank and re-set mountpoint
|
||||||
|
zfs unmount -f tank
|
||||||
|
zfs set mountpoint=/ tank
|
||||||
|
echo "Done"
|
||||||
|
|||||||
Reference in New Issue
Block a user