Added reload hosts scripts

This commit is contained in:
John Hays 2024-03-06 14:02:56 -08:00
parent a4e08afde2
commit e5508058d6

4
util/reloadhosts Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/bash
cd /usr/local/src/DStarGateway
sudo make newhostfiles
sudo systemctl restart dstargateway.service