webui: patch init.sh like build.sh

This commit is contained in:
zeners 2016-03-30 18:20:59 +02:00
parent cee3477734
commit f570477991

View File

@ -1,8 +1,8 @@
#!/usr/bin/sh
#!/usr/bin/env sh
# create dummy webfiles at qmake run
if [ "$1" == "" ];then
if [ "$1" = "" ];then
publicdest=../../webui
else
publicdest=$1/webui