We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42038f0 commit 0c98ca3Copy full SHA for 0c98ca3
0x17-web_stack_debugging_3/0-strace_is_your_friend.pp
@@ -1,6 +1,6 @@
1
# solving the wordpress problem
2
3
-exec { 'bad extension sole':
+exec{'fix-the-wordpress':
4
command => 'sed -i s/phpp/php/g /var/www/html/wp-settings.php',
5
path => '/usr/local/bin/:/bin/'
6
}
0 commit comments