From badbd14f27111c843905f5d56debd5a68c2ffa05 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 15 Jul 2020 13:57:18 -0700 Subject: [PATCH] wrong test --- rconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rconfig b/rconfig index 748ebe1..e25744c 100755 --- a/rconfig +++ b/rconfig @@ -207,7 +207,7 @@ else sleep 1 fi -if [ ! -z ${expertmode+x} ]; then +if [ -z ${expertmode+x} ]; then if [ -e $xlxserv ] || [ -e $xrfserv ]; then echo -n "You cannot change the configuration right now beacuse there is an " if [ -e $xlxserv ]; then