From f68f0ca6243350d9b9149ba5def4fc03c49ff1e7 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 29 Mar 2011 20:59:13 +0200 Subject: [PATCH] shut up bs-ng-wizard, when bs-ng is running --- rc/bin/bs-ng-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/bin/bs-ng-wizard b/rc/bin/bs-ng-wizard index 90d69b9..1c177c6 100644 --- a/rc/bin/bs-ng-wizard +++ b/rc/bin/bs-ng-wizard @@ -52,7 +52,7 @@ case $STAGE in ;; KEEP ) - if [[ BSNG_RUNNING ]]; then + if [[ ! $BSNG_RUNNING ]]; then echo "You have already run the wizard." fi exit 0 -- 2.22.2