#!/usr/bin/perl

system('chown www:root -R /usr/share/wordpress');
system('chown www:root /etc/wordpress');

