Correct PUID PGID

This commit is contained in:
Alexandre
2023-04-02 11:38:50 +02:00
parent 65946ced58
commit 78e2b0fd11
4 changed files with 4 additions and 4 deletions

View File

@@ -4,9 +4,6 @@
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi
# Specify launcher
PUID=$(bashio::config "PUID")
# Check current version
if [ -f /data/config/www/nextcloud/version.php ]; then
CURRENTVERSION="$(sed -n "s|.*\OC_VersionString = '*\(.*[^ ]\) *';.*|\1|p" /data/config/www/nextcloud/version.php)"