4 lines
114 B
Bash
Executable file
4 lines
114 B
Bash
Executable file
#!/usr/bin/bash
|
|
cd /usr/local/src/DStarGateway
|
|
sudo make newhostfiles
|
|
sudo systemctl restart dstargateway.service
|