This commit is contained in:
2023-10-29 13:49:30 +01:00
parent ab31dbd9f1
commit a1499ce26d

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/"