This commit is contained in:
Aleksander Cynarski 2022-10-09 20:04:01 +02:00
parent 8a39ecac5c
commit 8db4a8d97d
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -68,7 +68,7 @@ EOF
h1 "Install NFS"
apt-get install -y nfs-common
mkdir /data
chmod -cR 777 /
chmod -cR 777 /data
cat << EOF >> /etc/exports
/data ${ip_address}(rw,no_subtree_check,no_root_squash)
EOF