This commit is contained in:
Alexandre
2023-04-02 13:19:11 +02:00
2 changed files with 2 additions and 5 deletions

View File

@@ -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
───────────────────────────────────────

View File

@@ -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)