added commands to restart and status check samba

This commit is contained in:
2023-08-26 09:45:13 -05:00
parent 455f0814b6
commit d747e0bc55
2 changed files with 6 additions and 0 deletions

View File

@@ -21,3 +21,6 @@ if [[ ! -f /etc/samba/smb.conf ]]
fi
fi
fi
systemctl restart smbd
systemctl status smbd

View File

@@ -19,3 +19,6 @@ if [[ ! -f /etc/samba/smb.conf ]] ; then
fi
fi
fi
systemctl restart smbd
systemctl status smbd