2014-11-13 18:06:44 -08:00

5 lines
83 B
PHP

<?php
exec('/usr/bin/sudo -u deploy /home/server/deploy/gitfetch.sh', $o);
exit;