mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +00:00
Minor: messages
This commit is contained in:
parent
a66bb13703
commit
35894bc4fc
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue