forked from coop-cloud/wordpress
		
	fix disabling update notification settings
This commit is contained in:
		
							
								
								
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							@ -19,7 +19,7 @@ core_install(){
 | 
			
		||||
    wp "site switch-language $LOCALE"
 | 
			
		||||
    wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
 | 
			
		||||
    wp "plugin install --activate disable-update-notifications"
 | 
			
		||||
    wp 'option update dwcun_setting on' 
 | 
			
		||||
    wp "option update disable_notification_setting --format=json '{\"dpun_setting\":false,\"dwtu_setting\":false,\"dwcun_setting\":true}'"
 | 
			
		||||
    if [ -n "$DEFAULT_USER_ROLE" ]
 | 
			
		||||
    then
 | 
			
		||||
        wp "option set default_role $DEFAULT_USER_ROLE"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user