Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7fa5f9d903 | |||
|
3556d5ddc4 |
10
README.md
10
README.md
@ -2,11 +2,11 @@ easy-samba - A basic GTK (zenity) or CLI interface to create, add and remove fol
|
||||
==============================================================================================
|
||||
|
||||
### Downloads:
|
||||
* [easy-samba-1.6.3.tar.gz](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3.tar.gz) - Generic package (English + Spanish Languages).
|
||||
* [easy-samba-1.6.3-en.deb](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-en.deb) - Debian based package (English version).
|
||||
* [easy-samba-1.6.3-en.rpm](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-en.rpm) - RedHat/Fedora based package (English version).
|
||||
* [easy-samba-1.6.3-es.deb](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-es.deb) - Debian based package (Spanish version).
|
||||
* [easy-samba-1.6.3-es.rpm](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-es.rpm) - RedHat/Fedora based package (Spanish version).
|
||||
* [easy-samba-1.6.3.tar.gz](https://drive.proton.me/urls/W65QD91EKM#P7rkMa6PEwaY) - Generic package (English + Spanish Languages).
|
||||
* [easy-samba-1.6.3-en.deb](https://drive.proton.me/urls/W65QD91EKM#P7rkMa6PEwaY) - Debian based package (English version).
|
||||
* [easy-samba-1.6.3-en.rpm](https://drive.proton.me/urls/W65QD91EKM#P7rkMa6PEwaY) - RedHat/Fedora based package (English version).
|
||||
* [easy-samba-1.6.3-es.deb](https://drive.proton.me/urls/W65QD91EKM#P7rkMa6PEwaY) - Debian based package (Spanish version).
|
||||
* [easy-samba-1.6.3-es.rpm](https://drive.proton.me/urls/W65QD91EKM#P7rkMa6PEwaY) - RedHat/Fedora based package (Spanish version).
|
||||
|
||||
_Dependencies: samba, bash, coreutils, zenity, xterm, grep, sed_
|
||||
|
||||
|
@ -401,9 +401,12 @@ function restartSamba() {
|
||||
echo "* Reiniciando servicios de Samba"
|
||||
sleep 3
|
||||
/etc/init.d/samba restart &> /dev/null
|
||||
systemctl restart smbd.service 2> /dev/null
|
||||
systemctl restart nmbd.service 2> /dev/null
|
||||
systemctl restart smb.service 2> /dev/null
|
||||
/etc/init.d/nmbd restart &> /dev/null
|
||||
/etc/init.d/smbd restart &> /dev/null
|
||||
systemctl restart smbd 2> /dev/null
|
||||
systemctl restart nmbd 2> /dev/null
|
||||
systemctl restart smb 2> /dev/null
|
||||
systemctl restart nmb 2> /dev/null
|
||||
echo "* Servicios de Samba reiniciados"
|
||||
echo ""
|
||||
sleep 3
|
||||
|
@ -367,9 +367,12 @@ function newFolderPrintable() {
|
||||
function reiniciandoSamba() {
|
||||
sleep 2
|
||||
/etc/init.d/samba restart &> /dev/null
|
||||
systemctl restart smbd.service 2> /dev/null
|
||||
systemctl restart nmbd.service 2> /dev/null
|
||||
systemctl restart smb.service 2> /dev/null
|
||||
/etc/init.d/nmbd restart &> /dev/null
|
||||
/etc/init.d/smbd restart &> /dev/null
|
||||
systemctl restart smbd 2> /dev/null
|
||||
systemctl restart nmbd 2> /dev/null
|
||||
systemctl restart smb 2> /dev/null
|
||||
systemctl restart nmb 2> /dev/null
|
||||
}
|
||||
|
||||
# Funcion para reiniciar el servicio de Samba
|
||||
|
@ -401,9 +401,12 @@ function restartSamba() {
|
||||
echo "* Restarting Samba services"
|
||||
sleep 3
|
||||
/etc/init.d/samba restart &> /dev/null
|
||||
systemctl restart smbd.service 2> /dev/null
|
||||
systemctl restart nmbd.service 2> /dev/null
|
||||
systemctl restart smb.service 2> /dev/null
|
||||
/etc/init.d/nmbd restart &> /dev/null
|
||||
/etc/init.d/smbd restart &> /dev/null
|
||||
systemctl restart smbd 2> /dev/null
|
||||
systemctl restart nmbd 2> /dev/null
|
||||
systemctl restart smb 2> /dev/null
|
||||
systemctl restart nmb 2> /dev/null
|
||||
echo "* Samba services restarted"
|
||||
echo ""
|
||||
sleep 3
|
||||
|
@ -370,9 +370,12 @@ function newFolderPrintable() {
|
||||
function reiniciandoSamba() {
|
||||
sleep 2
|
||||
/etc/init.d/samba restart &> /dev/null
|
||||
systemctl restart smbd.service 2> /dev/null
|
||||
systemctl restart nmbd.service 2> /dev/null
|
||||
systemctl restart smb.service 2> /dev/null
|
||||
/etc/init.d/nmbd restart &> /dev/null
|
||||
/etc/init.d/smbd restart &> /dev/null
|
||||
systemctl restart smbd 2> /dev/null
|
||||
systemctl restart nmbd 2> /dev/null
|
||||
systemctl restart smb 2> /dev/null
|
||||
systemctl restart nmb 2> /dev/null
|
||||
}
|
||||
|
||||
# Funcion para reiniciar el servicio de Samba
|
||||
|
Loading…
x
Reference in New Issue
Block a user