debug
This commit is contained in:
parent
32c4cefbb9
commit
d5b3d5f1e0
@ -11,9 +11,10 @@ echo -e "\033[35;1mThis script has been tested only on Linux Debian 7 \033[0m"
|
|||||||
echo "Please run this script as root"
|
echo "Please run this script as root"
|
||||||
|
|
||||||
echo -n "Should we start? [Y:n]"
|
echo -n "Should we start? [Y:n]"
|
||||||
read st
|
read yn
|
||||||
st=${st:-y}
|
yn=${yn:-y}
|
||||||
if [$st != 'y']; then
|
if [ "$yn" != 'y']; then
|
||||||
|
echo "aborting script!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user