diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-08-29 18:00:21 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-08-29 18:00:21 +0300 |
commit | 671b4bfb37d5f7413978dcd69768c2586b2fcfeb (patch) | |
tree | 14d1fca2e395be2d92705edbe963d39af4ff1101 | |
parent | Removed unmount_all entry (diff) | |
download | GSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.tar.gz GSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.tar.bz2 GSE-671b4bfb37d5f7413978dcd69768c2586b2fcfeb.zip |
removed =1 condition
-rwxr-xr-x | config.d/controller/modules/functions/ct_prelim.sh | 2 |
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 |