diff options
author | Jesper Henriksen <mail-openwrt@jesper.io> | 2023-02-13 21:23:43 +0100 |
---|---|---|
committer | Jesper Henriksen <mail-openwrt@jesper.io> | 2023-02-13 21:23:43 +0100 |
commit | f6e4eda1191c90c1a776655449490251a623903f (patch) | |
tree | 8849c6bbe1850ba09b47c1951758cb89dd1f0aa1 /utils/hamlib | |
parent | 45f6a8ddd2c7aaf125e596f3d9329bb2c4717d95 (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.conf | 3 | ||||
-rwxr-xr-x | utils/hamlib/files/rigctld.init | 3 |
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 +} + |