mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Minor: messages
This commit is contained in:
		| @@ -24,11 +24,11 @@ function config_installation() { | |||||||
|         echo -e |         echo -e | ||||||
|     fi |     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 |     if [ $assume_yes == 0 ]; then | ||||||
|         read answer |         read answer | ||||||
|         if [[ $answer != "y" ]]; then |         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 |         fi | ||||||
|     else |     else | ||||||
|         echo -e |         echo -e | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user