Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Update netbootInstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-mccracken authored Jan 19, 2019
1 parent d455e12 commit 0448e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NetBoot/netbootInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ if ! grep -q '\[NetBoot\]' /etc/samba/smb.conf ; then
printf '\t[NetBoot]
\tcomment = NetBoot
\tpath = /srv/NetBoot/NetBootSP0
\tbrowseable = no
\tbrowseable = yes
\tguest ok = no
\tread only = yes
\tcreate mask = 0755
Expand Down Expand Up @@ -460,4 +460,4 @@ log "OK"

log "Finished deploying NetBoot"

exit 0
exit 0

1 comment on commit 0448e0d

@duncan-mccracken
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses Issue #124

Please sign in to comment.