From: Jesper Henriksen Date: Mon, 13 Feb 2023 20:23:43 +0000 (+0100) Subject: hamlib: Added newline at end of init script and config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f6e4eda1191c90c1a776655449490251a623903f;p=openwrt-packages.git hamlib: Added newline at end of init script and config Signed-off-by: Jesper Henriksen --- 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 +} +