From 621ab35b57f03de851d7cacb58b2df914d978547 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 12:56:34 +0300 Subject: rc.lib: fix error message --- rc.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lib b/rc.lib index 8d65dd9..103f851 100644 --- a/rc.lib +++ b/rc.lib @@ -5,7 +5,7 @@ out() { printf '\033[1;36m-> \033[39m%s\033[m\n' "$@" ;} err() { printf '\033[1;31m!> \033[39m%s\033[m\n' "$@" ;} shell() { - error "Dropping to shell, type 'exit' to continue the boot process." + err "Dropping to shell, type 'exit' to continue the boot process." sh -l } -- cgit v1.2.3