10seconds_install: Some Polarhomes do not support '-o'.

This commit is contained in:
Ole Tange 2013-07-19 17:42:22 +02:00
parent 9e3777be3c
commit 7ff2e711db

View file

@ -46,12 +46,12 @@ else
echo echo
echo "Continue anyway? (y/n)" echo "Continue anyway? (y/n)"
read YN read YN
if test $YN = "y" -o $YN = "Y"; then if test "$YN" = "n"; then
# Continue
true
else
# Stop # Stop
exit 2 exit 2
else
# Continue
true
fi fi
fi fi