migrate content #1

Merged
OCram85 merged 24 commits from migrate/content into main 2024-05-14 07:40:39 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9c5b7754cb - Show all commits

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors="marco@ocram85.com"
#ENV PLUGIN_UPDATE
ENV PLUGIN_DEBUG="1"
USER root
COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
#COPY --chown=100:101 --chmod=755 ./gitea-package.sh /app/gitea-package.sh
RUN [ "chmod", "+x", "/app/gitea-package.sh" ]
USER curl_user

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -ex
set -e
say() {
if [ -n "$2" ]; then