This commit is contained in:
Bachir Soussi Chiadmi 2015-03-12 18:40:14 +01:00
parent 31707b7c25
commit 32c4cefbb9

View File

@ -13,7 +13,7 @@ echo "Please run this script as root"
echo -n "Should we start? [Y:n]"
read st
st=${st:-y}
if [st != 'y']; then
if [$st != 'y']; then
exit
fi