diff --git a/pkgs/build.sh b/pkgs/build.sh index 9ca6c080..105d4650 100755 --- a/pkgs/build.sh +++ b/pkgs/build.sh @@ -80,7 +80,7 @@ contents: - src: "${BASE_DIR}/templates/*" dst: "/usr/share/sftpgo/templates/" - - src: "${BASE_DIR}/static/**/*" + - src: "${BASE_DIR}/static/*" dst: "/usr/share/sftpgo/static/" - src: "./sftpgo.json"