aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-29 15:23:57 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-29 15:23:57 +0300
commit815666454ce304935c95c2cb8db2da2dd4f3481d (patch)
tree8e152747cd56c2f4118811b2fd2af9f844f12139
parentMinor (diff)
downloadGSE-815666454ce304935c95c2cb8db2da2dd4f3481d.tar.gz
GSE-815666454ce304935c95c2cb8db2da2dd4f3481d.tar.bz2
GSE-815666454ce304935c95c2cb8db2da2dd4f3481d.zip
Fixed wrong loop function call
-rwxr-xr-xconfig.d/controller/modules/cinit_mount.sh0
-rwxr-xr-xconfig.d/controller/modules/functions/ct_prelim.sh2
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;;