Skip to content

Commit

Permalink
Update arch_inst_base.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhills authored Dec 24, 2022
1 parent 61bc6f5 commit 2c7f439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch_inst_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ function setup_samba() {
systemctl enable smb.service
systemctl enable nmb.service

echo -e '[global]\n workgroup = WORKGROUP\n unix extensions = no\n restrict anonymous = 0' > /etc/samba/smb.conf
#echo -e ' map to guest = Bad User\n guest account = nobody\n security = user\n hostname lookups = yes' >> /etc/samba/smb.conf
echo -e '[global]\n workgroup = WORKGROUP\n unix extensions = no\n restrict anonymous = 0\n map to guest = Bad User' > /etc/samba/smb.conf
#echo -e ' guest account = nobody\n security = user\n hostname lookups = yes' >> /etc/samba/smb.conf

on_samba
}
Expand Down

0 comments on commit 2c7f439

Please sign in to comment.