|  | @@ -128,7 +128,7 @@ function install_interactive_gnusocial {
 | 
	
		
			
			| 128 | 128 |                         --title $"GNU Social Configuration" \
 | 
	
		
			
			| 129 | 129 |                         --form $"\nPlease enter your GNU Social details. The background image URL can be left blank.\n\nIMPORTANT: This should be a domain name which is supported by Let's Encrypt:" 16 65 4 \
 | 
	
		
			
			| 130 | 130 |                         $"Domain:" 1 1 "$(grep 'GNUSOCIAL_DOMAIN_NAME' temp.cfg | awk -F '=' '{print $2}')" 1 25 33 40 \
 | 
	
		
			
			| 131 |  | -                       $"Totle:" 2 1 "$(grep '$GNUSOCIAL_TITLE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
 | 
	
		
			
			|  | 131 | +                       $"Title:" 2 1 "$(grep '$GNUSOCIAL_TITLE' temp.cfg | awk -F '=' '{print $2}')" 2 25 255 255 \
 | 
	
		
			
			| 132 | 132 |                         $"Background image URL:" 3 1 "$(grep '$GNUSOCIAL_BACKGROUND_IMAGE_URL' temp.cfg | awk -F '=' '{print $2}')" 3 25 255 255 \
 | 
	
		
			
			| 133 | 133 |                         $"Code:" 4 1 "$(grep 'GNUSOCIAL_CODE' temp.cfg | awk -F '=' '{print $2}')" 4 25 33 255 \
 | 
	
		
			
			| 134 | 134 |                         2> $data
 |