Update 'installer.sh'
This commit is contained in:
11
installer.sh
11
installer.sh
@@ -79,8 +79,19 @@ if [ $webserv = n ]; then
|
|||||||
* ) echo "Kies yes of no.";;
|
* ) echo "Kies yes of no.";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
while true; do
|
||||||
|
read -p "Nextcloud Setup? > yes/no?" yn
|
||||||
|
case $yn in
|
||||||
|
[Yy]* ) nextcloud=1
|
||||||
|
break;;
|
||||||
|
[Nn]* ) nextcloud=0
|
||||||
|
break;;
|
||||||
|
* ) echo "Kies yes of no.";;
|
||||||
|
esac
|
||||||
|
done
|
||||||
else
|
else
|
||||||
brotlinginx=0
|
brotlinginx=0
|
||||||
|
nextcloud=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user