Compare commits

..

No commits in common. "master" and "v1.6.3" have entirely different histories.

5 changed files with 17 additions and 29 deletions

View File

@ -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://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).
* [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).
_Dependencies: samba, bash, coreutils, zenity, xterm, grep, sed_

View File

@ -401,12 +401,9 @@ function restartSamba() {
echo "* Reiniciando servicios de Samba"
sleep 3
/etc/init.d/samba restart &> /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
systemctl restart smbd.service 2> /dev/null
systemctl restart nmbd.service 2> /dev/null
systemctl restart smb.service 2> /dev/null
echo "* Servicios de Samba reiniciados"
echo ""
sleep 3

View File

@ -367,12 +367,9 @@ function newFolderPrintable() {
function reiniciandoSamba() {
sleep 2
/etc/init.d/samba restart &> /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
systemctl restart smbd.service 2> /dev/null
systemctl restart nmbd.service 2> /dev/null
systemctl restart smb.service 2> /dev/null
}
# Funcion para reiniciar el servicio de Samba

View File

@ -401,12 +401,9 @@ function restartSamba() {
echo "* Restarting Samba services"
sleep 3
/etc/init.d/samba restart &> /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
systemctl restart smbd.service 2> /dev/null
systemctl restart nmbd.service 2> /dev/null
systemctl restart smb.service 2> /dev/null
echo "* Samba services restarted"
echo ""
sleep 3

View File

@ -370,12 +370,9 @@ function newFolderPrintable() {
function reiniciandoSamba() {
sleep 2
/etc/init.d/samba restart &> /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
systemctl restart smbd.service 2> /dev/null
systemctl restart nmbd.service 2> /dev/null
systemctl restart smb.service 2> /dev/null
}
# Funcion para reiniciar el servicio de Samba