From 5532ed83954d2b52685ea0a4ff45960f2b2d6917 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 10:09:32 +0000 Subject: [PATCH 1/2] GitHub bot : changelog --- nextcloud/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 2ee399bee..f2f481430 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,5 @@ +### 26.0.0-11 (02-04-2023) +- Minor bugs fixed - Improve PUID/PGID code setting, and avoid minor issues ### 26.0.0-9_updater (01-04-2023) From 6e81494b1b4e9c5ef2afcca9c59e2bed22dc55ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Apr 2023 12:49:28 +0200 Subject: [PATCH 2/2] Update 00-banner.sh --- .templates/00-banner.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 918bbc56e..e21f74f8b 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -52,8 +52,3 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then bashio::log.blue \ '-----------------------------------------------------------' fi - -─────────────────────────────────────── -User UID: 1000 -User GID: 1000 -─────────────────────────────────────── \ No newline at end of file