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:
parent
de56289ca6
commit
61fe3cc6ee
@ -45,7 +45,7 @@ function config_installation() {
|
||||
if [ $assume_yes == 0 ]; then
|
||||
read answer
|
||||
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
|
||||
else
|
||||
echo -e
|
||||
|
Loading…
Reference in New Issue
Block a user