Skip to content

Commit

Permalink
reverse parameter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeki Ahmet Bayar committed Nov 17, 2021
1 parent b3c535f commit 9b21b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/local/bin/smb-create-domain
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ then
# Create reverse zone
samba-tool dns zonecreate localhost $REVERSE_ZONE -U administrator --password $ADMIN_PASSWORD
# Add revese ip
samba-tool dns add localhost $REVERSE_ZONE $IP PTR $HOSTNAME -U administrator --password $ADMIN_PASSWORD
samba-tool dns add localhost $REVERSE_ZONE $IP PTR "${HOSTNAME,,}.${DOMAINNAME,,}" -U administrator --password $ADMIN_PASSWORD

fi

Expand Down

0 comments on commit 9b21b1f

Please sign in to comment.