This commit is contained in:
Bachir Soussi Chiadmi 2015-03-12 18:39:11 +01:00
parent 4fbfb64757
commit 31707b7c25

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 [start != 'y']; then
if [st != 'y']; then
exit
fi