aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-29 18:00:21 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-29 18:00:21 +0300
commit671b4bfb37d5f7413978dcd69768c2586b2fcfeb (patch)
tree14d1fca2e395be2d92705edbe963d39af4ff1101
parentRemoved unmount_all entry (diff)
downloadGSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.tar.gz
GSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.tar.bz2
GSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.zip
removed =1 condition
-rwxr-xr-xconfig.d/controller/modules/functions/ct_prelim.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.d/controller/modules/functions/ct_prelim.sh b/config.d/controller/modules/functions/ct_prelim.sh
index c27290f..4edae82 100755
--- a/config.d/controller/modules/functions/ct_prelim.sh
+++ b/config.d/controller/modules/functions/ct_prelim.sh
@@ -6,7 +6,7 @@ die() {
}
_call_backup_switch() {
- if [[ "${_ctflag_bconf}" != 0 && "${_ctflag_setup}" != 0 && "${_ctflag_setup}" != 1 ]]; then
+ if [[ "${_ctflag_bconf}" != 0 && "${_ctflag_setup}" != 0 ]]; then
_ctflag_switch=0
export _ctflag_switch
else