mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
webui: patch init.sh like build.sh
This commit is contained in:
parent
cee3477734
commit
f570477991
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user