nfs
This commit is contained in:
parent
8a39ecac5c
commit
8db4a8d97d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user