nfs
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user