6 lines
96 B
PHP
6 lines
96 B
PHP
<?php
|
|
|
|
exec('/usr/bin/sudo -u deploy /home/server/deploy/gitfetch.sh', $o);
|
|
print_r($o);
|
|
|
|
exit; |