This commit is contained in:
EpicKiwi 2023-10-29 13:49:30 +01:00
parent ab31dbd9f1
commit a1499ce26d
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ case "$confirm" in
esac
mkdir -p "$GITEA_CUSTOM"
cp -v -f "./custom/*" "$GITEA_CUSTOM/"
cp -r -v -f ./custom/* "$GITEA_CUSTOM/"