debug
This commit is contained in:
parent
4fbfb64757
commit
31707b7c25
@ -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 [start != 'y']; then
|
if [st != 'y']; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user