|  | @@ -37,7 +37,7 @@ POSTACTIV_DOMAIN_NAME=
 | 
	
		
			
			| 37 | 37 |  POSTACTIV_CODE=
 | 
	
		
			
			| 38 | 38 |  POSTACTIV_ONION_PORT=8100
 | 
	
		
			
			| 39 | 39 |  POSTACTIV_REPO="https://git.postactiv.com/postActiv/postActiv.git"
 | 
	
		
			
			| 40 |  | -POSTACTIV_COMMIT='6fad887ce82ac8826f1798e393e8c78a2eaf3d91'
 | 
	
		
			
			|  | 40 | +POSTACTIV_COMMIT='8079a81aead78015e48bd894270f78ed67dc49e9'
 | 
	
		
			
			| 41 | 41 |  POSTACTIV_ADMIN_PASSWORD=
 | 
	
		
			
			| 42 | 42 |  
 | 
	
		
			
			| 43 | 43 |  POSTACTIV_BACKGROUND_IMAGE_URL=
 | 
	
	
		
			
			|  | @@ -264,6 +264,7 @@ function postactiv_set_title {
 | 
	
		
			
			| 264 | 264 |              new_title=$(<$data)
 | 
	
		
			
			| 265 | 265 |              if [ ${#new_title} -gt 0 ]; then
 | 
	
		
			
			| 266 | 266 |                  POSTACTIV_TITLE="$new_title"
 | 
	
		
			
			|  | 267 | +                POSTACTIV_DOMAIN_NAME=$(get_completion_param "postactiv domain")
 | 
	
		
			
			| 267 | 268 |                  write_config_param "POSTACTIV_TITLE" "$POSTACTIV_TITLE"
 | 
	
		
			
			| 268 | 269 |                  cd /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/static
 | 
	
		
			
			| 269 | 270 |                  sed -i "s|\"name\":.*|\"name\": \"${POSTACTIV_TITLE}\",|g" config.json
 |