From 0d2fff12feeeae79ec9da15d4e9c8804875ce062 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Sun, 23 May 2021 11:20:16 +0700 Subject: [PATCH] fix data --- Cluster/nfs/nfs-server.sh | 1 - 1 file changed, 1 deletion(-) 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