Fix build script

This commit is contained in:
Dennis Eichhorn 2018-03-04 16:36:48 +01:00
parent 923ee6ea90
commit c1fb7889c0

View File

@ -1,3 +1,3 @@
<?php
shell_exec(./buildProject.sh);
shell_exec('./buildProject.sh');