From 815666454ce304935c95c2cb8db2da2dd4f3481d Mon Sep 17 00:00:00 2001 From: "Christos.K" Date: Tue, 29 Aug 2017 15:23:57 +0300 Subject: Fixed wrong loop function call --- config.d/controller/modules/cinit_mount.sh | 0 config.d/controller/modules/functions/ct_prelim.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100755 config.d/controller/modules/cinit_mount.sh 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 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;; -- cgit v1.2.3-65-gdbad