Change path

This commit is contained in:
Simon Giesel 2017-10-05 15:07:43 +00:00
parent fe6d4018c8
commit a78be47e6b

View file

@ -1,4 +1,4 @@
<?php <?php
echo shell_exec('cd /var/www/time-service'); echo shell_exec('cd /var/time');
echo shell_exec('sudo git pull 2>&1'); echo shell_exec('sudo git pull 2>&1');
?> ?>