Update install.sh

This commit is contained in:
hp3icc 2021-11-19 15:47:57 -05:00 committed by GitHub
parent 546b3f7171
commit 23f6442dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ nano /opt/D-APRS/gps_data.cfg ;;
sudo systemctl stop daprs.service && sudo systemctl start daprs.service && sudo systemctl enable daprs.service ;;
3)
sudo systemctl stop daprs.service && sudo systemctl disable daprs.service ;;
15)
4)
break;
esac
done