X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;ds=sidebyside;f=install%2Fipmi%2Fupdate_blade_cfg.sh;fp=install%2Fipmi%2Fupdate_blade_cfg.sh;h=59389e78d312fab9c01e6ccd2b4b942b21a9ee75;hb=016d4810413cd9c1251c07fda223276b24794741;hp=413a9ca7d178dbac2eb7c69eb216505d1b1644c3;hpb=95ccef884e3b686a4fc7cb8b3118b32af33a5b3d;p=debian6500.git diff --git a/install/ipmi/update_blade_cfg.sh b/install/ipmi/update_blade_cfg.sh index 413a9ca..59389e7 100755 --- a/install/ipmi/update_blade_cfg.sh +++ b/install/ipmi/update_blade_cfg.sh @@ -9,7 +9,7 @@ mydir=$(cd $mydir; pwd) # formating functions -_echo () { [ "$(echo -e '')" ] && echo $@ || echo -e $@; } +_echo () { printf "$@\n"; } title () { _echo "\033[0;1m$*\033[0;0m"; } pass () { _echo "\033[1;32m$*\033[0;0m"; } warn () { _echo "\033[1;33m$*\033[0;0m"; } @@ -48,7 +48,8 @@ done fail "Real mode, things will really append" || \ warn "Dummy mode, nothing will be done" if [ ! "$ANS" = "yes" ]; then - read -p "Press 'y' to continue: " ANS + printf "Press 'y' to continue: " + read ANS [ "$ANS" = "y" ] || exit 1 fi