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]"
|
||||
read st
|
||||
st=${st:-y}
|
||||
if [start != 'y']; then
|
||||
if [st != 'y']; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user