From e5508058d6fffaf3a0ddb7f5afae6ea7aa2e2d2f Mon Sep 17 00:00:00 2001 From: John Hays Date: Wed, 6 Mar 2024 14:02:56 -0800 Subject: [PATCH] Added reload hosts scripts --- util/reloadhosts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 util/reloadhosts diff --git a/util/reloadhosts b/util/reloadhosts new file mode 100755 index 0000000..e9b28cf --- /dev/null +++ b/util/reloadhosts @@ -0,0 +1,4 @@ +#!/usr/bin/bash +cd /usr/local/src/DStarGateway +sudo make newhostfiles +sudo systemctl restart dstargateway.service