mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
webui: patch init.sh like build.sh
This commit is contained in:
parent
cee3477734
commit
f570477991
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
# create dummy webfiles at qmake run
|
# create dummy webfiles at qmake run
|
||||||
|
|
||||||
if [ "$1" == "" ];then
|
if [ "$1" = "" ];then
|
||||||
publicdest=../../webui
|
publicdest=../../webui
|
||||||
else
|
else
|
||||||
publicdest=$1/webui
|
publicdest=$1/webui
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue