Skip to content

Commit

Permalink
optimize rootfs scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevent-fei committed Dec 5, 2022
1 parent 9632a50 commit 52ffd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/rootfs/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52ffd31

Please sign in to comment.