summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 9c90a75..c0050b0 100755
--- a/static/thesiah.sh
+++ b/static/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