From f6e4eda1191c90c1a776655449490251a623903f Mon Sep 17 00:00:00 2001 From: Jesper Henriksen Date: Mon, 13 Feb 2023 21:23:43 +0100 Subject: [PATCH] hamlib: Added newline at end of init script and config Signed-off-by: Jesper Henriksen --- utils/hamlib/files/rigctld.conf | 3 ++- 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 fc8acd29cd..55fe18aaff 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 9eef5cda8a..ab15e4e437 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 +} +