mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Minor: messages
This commit is contained in:
parent
a66bb13703
commit
35894bc4fc
@ -24,11 +24,11 @@ function config_installation() {
|
||||
echo -e
|
||||
fi
|
||||
|
||||
echo -n "Install to Lighttpd SSL directory: ${lighttpd_ssl}? [y/N]: "
|
||||
echo -n "Install to lighttpd SSL directory: ${lighttpd_ssl}? [y/N]: "
|
||||
if [ $assume_yes == 0 ]; then
|
||||
read answer
|
||||
if [[ $answer != "y" ]]; then
|
||||
read -e -p "Enter alternate Lighttpd SSL directory: " -i "${lighttpd_ssl}" lighttpd_ssl
|
||||
read -e -p "Enter alternate lighttpd SSL directory: " -i "${lighttpd_ssl}" lighttpd_ssl
|
||||
fi
|
||||
else
|
||||
echo -e
|
||||
|
Loading…
Reference in New Issue
Block a user