Compare commits

...

2 Commits

Author SHA1 Message Date
7fa5f9d903 README.md (Update download links) 2022-10-22 17:03:40 +02:00
q3aql
3556d5ddc4 Fix restart samba service on Arch Linux 2022-04-06 22:53:23 +02:00
5 changed files with 29 additions and 17 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://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_

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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