|  | @@ -593,6 +593,7 @@ function install_ghost {
 | 
	
		
			
			| 593 | 593 |  
 | 
	
		
			
			| 594 | 594 |      if [[ $ONION_ONLY != 'no' ]]; then
 | 
	
		
			
			| 595 | 595 |          sed -i "s|url: .*|url: 'http://${GHOST_ONION_HOSTNAME}',|g" /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.js
 | 
	
		
			
			|  | 596 | +        systemctl restart mariadb
 | 
	
		
			
			| 596 | 597 |          systemctl restart ghost
 | 
	
		
			
			| 597 | 598 |      fi
 | 
	
		
			
			| 598 | 599 |  
 | 
	
	
		
			
			|  | @@ -602,6 +603,7 @@ function install_ghost {
 | 
	
		
			
			| 602 | 603 |      nginx_ensite $GHOST_DOMAIN_NAME
 | 
	
		
			
			| 603 | 604 |  
 | 
	
		
			
			| 604 | 605 |      systemctl restart nginx
 | 
	
		
			
			|  | 606 | +    systemctl restart mariadb
 | 
	
		
			
			| 605 | 607 |  
 | 
	
		
			
			| 606 | 608 |      ${PROJECT_NAME}-pass -u $MY_USERNAME -a ghost -p "$GHOST_ADMIN_PASSWORD"
 | 
	
		
			
			| 607 | 609 |  
 |