Skip to content

Commit

Permalink
remove chown from start script
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Sep 18, 2024
1 parent 4a53a0b commit 9b8ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfs-ganesha/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ echo "Starting Ganesha NFS"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib
# Ensure the Ganesha directories exist and have correct permissions
mkdir -p /var/run/ganesha /var/lib/nfs/ganesha /export
chown -R nobody:nogroup /var/run/ganesha /var/lib/nfs/ganesha /export /etc/ganesha
# chown -R nobody:nogroup /var/run/ganesha /var/lib/nfs/ganesha /etc/ganesha /export
# Start Ganesha with debugging enabled
exec /usr/bin/ganesha.nfsd -F -L /dev/stdout -f /etc/ganesha/ganesha.conf -N NIV_EVENT

0 comments on commit 9b8ef3a

Please sign in to comment.