From a8038b41219196531b82d51e778d3749c086314f Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 13 Jul 2020 15:06:39 -0700 Subject: [PATCH] typo in script --- radmin | 4 ++-- rconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/radmin b/radmin index c1a2aa1..6b29a5c 100755 --- a/radmin +++ b/radmin @@ -124,7 +124,7 @@ while [[ "$key" != q* ]] do clear echo - echo " Reflector Administration, Version #200712" + echo " Reflector Administration, Version #200713" echo echo "ls : List the configuration file" if [ -e $xlxserv ] || [ -e $xrfserv ]; then @@ -138,7 +138,7 @@ do fi echo "rr : Restart the reflector" if [ -e /etc/systemd/system/ambed ]; then - echo "rt : Restart then transcoder" + echo "rt : Restart the transcoder" fi else echo "cl : Clean (remove) compiled objects and executables" diff --git a/rconfig b/rconfig index 8ee7d0d..bdbd243 100755 --- a/rconfig +++ b/rconfig @@ -205,7 +205,7 @@ while [[ "$key" != q* ]] do clear echo - echo " Reflector Configuration, Version #200712" + echo " Reflector Configuration, Version #200713" echo echo -n "cs : Reflector Callsign = "; EvaluateVar callsign{,_d} echo -n "nm : Number of Modules = "; EvaluateVar nummod{,_d}