summaryrefslogtreecommitdiff
path: root/public/thesiah.sh
diff options
context:
space:
mode:
Diffstat (limited to 'public/thesiah.sh')
-rwxr-xr-xpublic/thesiah.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 9c90a75..c0050b0 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -415,7 +415,6 @@ sambasetup() {
ufw allow 138/udp >/dev/null 2>&1
ufw allow 139/tcp >/dev/null 2>&1
ufw allow 445/tcp >/dev/null 2>&1
- ufw reload >/dev/null 2>&1
[ -f /etc/samba/smb.conf ] || touch /etc/samba/smb.conf >/dev/null 2>&1
printf "$pass1" | smbpasswd -a "$name" >/dev/null 2>&1
sleep 1