From bcfc216e11d75f8df48cd0490101b7ec489dcef0 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 27 Nov 2018 20:24:55 +0100 Subject: [PATCH] CommonInstaller: minor fix --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index ed70bc3..dcc5cf1 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1387,7 +1387,7 @@ check_cfg_setup () { 0 ) tmp_prop="000" ;; 1 ) tmp_prop="100" ;; 2 ) tmp_prop="010" ;; - 3 ) tmp_prop="001" ;; + 3 ) tmp_prop="110" ;; * ) tmp_prop="100" ;; esac