d
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | #webhook.php Testing | 2 | #webhook.php Testing |
| 3 | echo "finally working<br/>"; | 3 | echo "finally working<br/>"; |
| 4 | 4 | ||
| 5 | $cmd = shell_exec("sudo git pull 2>&1"); | 5 | $cmd = system("sudo git pull 2>&1"); |
| 6 | 6 | ||
| 7 | #for debugging | 7 | #for debugging |
| 8 | echo $cmd; | 8 | echo $cmd; | ... | ... |
-
Please register or sign in to post a comment