1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Removed trailing slash on webroot prompt

This commit is contained in:
billz 2019-11-07 10:35:17 +00:00
parent de56289ca6
commit 61fe3cc6ee

View File

@ -45,7 +45,7 @@ function config_installation() {
if [ $assume_yes == 0 ]; then if [ $assume_yes == 0 ]; then
read answer read answer
if [[ $answer != "y" ]]; then if [[ $answer != "y" ]]; then
read -e -p "Enter alternate Lighttpd directory: " -i "/var/www/html/" webroot_dir read -e -p "Enter alternate Lighttpd directory: " -i "/var/www/html" webroot_dir
fi fi
else else
echo -e echo -e