6 lines
109 B
Perl

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