mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
fix guest bug
This commit is contained in:
@@ -10,7 +10,7 @@ PASSWORD=$(jq --raw-output ".password // empty" $CONFIG_PATH)
|
||||
|
||||
sed -i "s/%%WORKGROUP%%/$WORKGROUP/g" /etc/smb.conf
|
||||
|
||||
if [ GUEST == "true" ]; then
|
||||
if [ $GUEST == "true" ]; then
|
||||
echo " group ok = yes" >> /etc/smb.conf
|
||||
echo " public = yes" >> /etc/smb.conf
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user