Update 'installer.sh'
This commit is contained in:
11
installer.sh
11
installer.sh
@@ -113,17 +113,6 @@ fi
|
||||
|
||||
cockpit=1
|
||||
|
||||
while true; do
|
||||
read -p "Installeer Netdata -> yes/no?" yn
|
||||
case $yn in
|
||||
[Yy]* ) netdata=1
|
||||
break;;
|
||||
[Nn]* ) netdata=0
|
||||
break;;
|
||||
* ) echo "Kies yes of no.";;
|
||||
esac
|
||||
done
|
||||
|
||||
while true; do
|
||||
read -p "Installeer Memcached -> yes/no?" yn
|
||||
case $yn in
|
||||
|
||||
Reference in New Issue
Block a user