We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe3943 commit 8a3def8Copy full SHA for 8a3def8
0x17-web_stack_debugging_3/0-strace_is_your_friend.pp
@@ -0,0 +1,6 @@
1
+ # solving the wordpress problem
2
+
3
+exec { 'bad extension sole':
4
+ command => 'sed -i s/phpp/php/g /var/www/html/wp-settings.php',
5
+ path => '/usr/local/bin/:/bin/'
6
+}
0 commit comments