From 3988bdb8fe061d5725883ca95c1af6b74950dc56 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Wed, 2 Jan 2019 03:23:16 +0100 Subject: [PATCH] move filebrowser bin to root --- build/build_all.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/build_all.sh b/build/build_all.sh index af5c3055..8c36b09f 100755 --- a/build/build_all.sh +++ b/build/build_all.sh @@ -27,7 +27,8 @@ if [ "$USE_DOCKER" != "" ]; then dos2unix build_assets.sh && \ dos2unix build.sh && \ ./build_assets.sh && \ - ./build.sh \ + ./build.sh && + mv ../cli/filebrowser ../ \ " else set -e