diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-08-29 15:23:57 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-08-29 15:23:57 +0300 |
commit | 815666454ce304935c95c2cb8db2da2dd4f3481d (patch) | |
tree | 8e152747cd56c2f4118811b2fd2af9f844f12139 | |
parent | Minor (diff) | |
download | GSE-815666454ce304935c95c2cb8db2da2dd4f3481d.tar.gz GSE-815666454ce304935c95c2cb8db2da2dd4f3481d.tar.bz2 GSE-815666454ce304935c95c2cb8db2da2dd4f3481d.zip |
Fixed wrong loop function call
-rwxr-xr-x | config.d/controller/modules/cinit_mount.sh | 0 | ||||
-rwxr-xr-x | config.d/controller/modules/functions/ct_prelim.sh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config.d/controller/modules/cinit_mount.sh b/config.d/controller/modules/cinit_mount.sh deleted file mode 100755 index e69de29..0000000 --- a/config.d/controller/modules/cinit_mount.sh +++ /dev/null diff --git a/config.d/controller/modules/functions/ct_prelim.sh b/config.d/controller/modules/functions/ct_prelim.sh index 107e677..c27290f 100755 --- a/config.d/controller/modules/functions/ct_prelim.sh +++ b/config.d/controller/modules/functions/ct_prelim.sh @@ -346,7 +346,7 @@ _rescue_shell() { read -rp "Input :: <= " YN case "$YN" in [yY]) - chroot_master_loop "SHELL" + subshell_loop "SHELL" break;; [nN]) break;; |