mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Fix 'else' clause
This commit is contained in:
		| @@ -6,7 +6,7 @@ version=`sed 's/\..*//' /etc/debian_version` | ||||
| if [ $version -ge 8 ]; then | ||||
|     echo "Raspian verison is 8.0 or later" | ||||
|     webroot_dir="/var/www/html" | ||||
| elif; then | ||||
| else | ||||
|     echo "Raspian version is earlier than 8.0" | ||||
|     webroot_dir="/var/www" | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user