Fix script wait time

This commit is contained in:
Dennis Eichhorn 2018-03-30 12:03:45 +02:00
parent 5cb73fe5bc
commit 8620d322e2

View File

@ -1,3 +1,3 @@
<?php
shell_exec('./buildProject.sh 2> /dev/null &');
shell_exec('./buildProject.sh > /dev/null 2>/dev/null &');