mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Removed trailing slash on webroot prompt
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user