diff --git a/Cluster/nfs/nfs-server.sh b/Cluster/nfs/nfs-server.sh index 2995dcc..f2ecaa1 100644 --- a/Cluster/nfs/nfs-server.sh +++ b/Cluster/nfs/nfs-server.sh @@ -11,7 +11,6 @@ FOLDER=/mnt/data apt update && apt install -y nfs-kernel-server mkdir -p $FOLDER -chmod 777 -R $FOLDER chown nobody:nogroup -R $FOLDER echo "$FOLDER ${NODE1}/24(rw,sync,no_subtree_check,no_root_squash) ${NODE2}/24(rw,sync,no_subtree_check,no_root_squash) ${NODE3}/24(rw,sync,no_subtree_check,no_root_squash)" >> /etc/exports