mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
chore: remove -r flag from build.sh as index.html is not a directory
This commit is contained in:
parent
e15d14179e
commit
f84e5ff4cb
@ -29,7 +29,7 @@ shopt -s globstar
|
||||
|
||||
if [ "$2" = "" ]||[ "$2" = "index.html" ]; then
|
||||
echo copying html file
|
||||
cp -r $src/index.html $publicdest/
|
||||
cp $src/index.html $publicdest/
|
||||
fi
|
||||
|
||||
if [ "$2" = "" ]||[ "$2" = "styles.css" ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user