Update menu-p25r

This commit is contained in:
Esteban Mackay Q 2023-10-08 20:02:48 -05:00
parent 15c5557de9
commit 259cf3cf0b
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ case $choix in
1)
sudo nano /etc/P25Reflector.ini ;;
2)
sudo systemctl stop P25Reflector.service &&
sudo systemctl stop P25Reflector.service &&
rm /var/log/P25Reflector/*
if ! sudo systemctl status P25Reflector.service |grep "service; enabled;" >/dev/null 2>&1
then
sudo systemctl enable P25Reflector.service