This commit is contained in:
Pascal Vizeli
2017-04-17 22:43:28 +02:00
parent 1abe425f23
commit 70b8bf6b7a

View File

@@ -10,7 +10,7 @@ PASSWORD=$(jq --raw-output ".password // empty" $CONFIG_PATH)
sed -i "s/%%WORKGROUP%%/$WORKGROUP/g" /etc/smb.conf
if [ GUEST == "true" ];
if [ GUEST == "true" ]; then
echo " group ok = yes" >> /etc/smb.conf
echo " public = yes" >> /etc/smb.conf
else