From 52ffd312d71995d831154bb226928e3375687379 Mon Sep 17 00:00:00 2001 From: wangfei Date: Mon, 5 Dec 2022 11:48:30 +0800 Subject: [PATCH] optimize rootfs scripts --- context/rootfs/scripts/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/rootfs/scripts/utils.sh b/context/rootfs/scripts/utils.sh index 9b1bc41..897d9e1 100644 --- a/context/rootfs/scripts/utils.sh +++ b/context/rootfs/scripts/utils.sh @@ -61,7 +61,7 @@ utils_os_env() { elif [ "$anolis" == 1 ];then export OS="Anolis" else - panic "unkown os... exit" + panic "unknown os... exit" fi case "$OS" in