From 05a8e8af34f8c6669724afa4697965f78cb0a00e Mon Sep 17 00:00:00 2001 From: Ngatia Frankline <42550912+NgatiaFrankline@users.noreply.github.com> Date: Fri, 2 Sep 2022 01:43:16 +0300 Subject: [PATCH] Update nfsd.sh spelling check --- nfsd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nfsd.sh b/nfsd.sh index 0492c59..ab2df6b 100755 --- a/nfsd.sh +++ b/nfsd.sh @@ -32,7 +32,7 @@ else /bin/sed -i "s@{{SHARED_DIRECTORY}}@${SHARED_DIRECTORY}@g" /etc/exports fi -# This is here to demonsrate how multiple directories can be shared. You +# This is here to demonstrate how multiple directories can be shared. You # would need a block like this for each extra share. # Any additional shares MUST be subdirectories of the root directory specified # by SHARED_DIRECTORY. @@ -116,7 +116,7 @@ while true; do echo "Export validation failed, exiting..." exit 1 fi - echo "Starting Mountd in the background..."These + echo "Starting Mountd in the background..." /usr/sbin/rpc.mountd --debug all --no-udp --no-nfs-version 2 --no-nfs-version 3 # --exports-file /etc/exports