From 8c9cdd12682dd39d1a5abf53c1c7574ec5040c73 Mon Sep 17 00:00:00 2001 From: J0WI Date: Tue, 21 Mar 2023 19:31:21 +0000 Subject: Add sysvsem (#1952) Signed-off-by: J0WI --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 57724f90..a8089ff3 100755 --- a/update.sh +++ b/update.sh @@ -113,6 +113,15 @@ function create_variant() { s/%%CRONTAB_INT%%/'"$crontabInt"'/g; ' "$dir/Dockerfile" + # Nextcloud 26+ recommends sysvsem + case "$version" in + 24|25 ) + sed -ri -e ' + /sysvsem/d + ' "$dir/Dockerfile" + ;; + esac + # Copy the shell scripts for name in entrypoint cron; do cp "docker-$name.sh" "$dir/$name.sh" -- cgit v1.2.3