debug
This commit is contained in:
parent
31707b7c25
commit
32c4cefbb9
@ -13,7 +13,7 @@ echo "Please run this script as root"
|
|||||||
echo -n "Should we start? [Y:n]"
|
echo -n "Should we start? [Y:n]"
|
||||||
read st
|
read st
|
||||||
st=${st:-y}
|
st=${st:-y}
|
||||||
if [st != 'y']; then
|
if [$st != 'y']; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user