aboutsummaryrefslogtreecommitdiff
path: root/utils/hamlib
diff options
context:
space:
mode:
authorJesper Henriksen <mail-openwrt@jesper.io>2023-02-13 21:23:43 +0100
committerJesper Henriksen <mail-openwrt@jesper.io>2023-02-13 21:23:43 +0100
commitf6e4eda1191c90c1a776655449490251a623903f (patch)
tree8849c6bbe1850ba09b47c1951758cb89dd1f0aa1 /utils/hamlib
parent45f6a8ddd2c7aaf125e596f3d9329bb2c4717d95 (diff)
hamlib: Added newline at end of init script and config
Signed-off-by: Jesper Henriksen <mail-openwrt@jesper.io>
Diffstat (limited to 'utils/hamlib')
-rw-r--r--utils/hamlib/files/rigctld.conf3
-rwxr-xr-xutils/hamlib/files/rigctld.init3
2 files changed, 4 insertions, 2 deletions
diff --git a/utils/hamlib/files/rigctld.conf b/utils/hamlib/files/rigctld.conf
index fc8acd29c..55fe18aaf 100644
--- a/utils/hamlib/files/rigctld.conf
+++ b/utils/hamlib/files/rigctld.conf
@@ -21,4 +21,5 @@ config rig 'example'
option verbose ''
option twiddle_timeout ''
option uplink ''
- option debug_time_stamps '' \ No newline at end of file
+ option debug_time_stamps ''
+
diff --git a/utils/hamlib/files/rigctld.init b/utils/hamlib/files/rigctld.init
index 9eef5cda8..ab15e4e43 100755
--- a/utils/hamlib/files/rigctld.init
+++ b/utils/hamlib/files/rigctld.init
@@ -73,4 +73,5 @@ start_instance() {
done
procd_close_instance
-} \ No newline at end of file
+}
+