Merge pull request #3048 from Zyplonox/Zyplonox-redis-timeout-fix

Update update.sh
master
André Peters 2019-10-17 07:19:59 +02:00 committed by GitHub
commit 67ef319604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ docker-compose up -d --remove-orphans
if [[ -f "data/web/nextcloud/occ" ]]; then
echo "Setting Nextcloud Redis timeout to 0.0..."
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "/web/nextcloud/occ config:system:set redis timeout --value=0.0 --type=integer"
docker exec -it -u www-data $(docker ps -f name=php-fpm-mailcow -q) bash -c "php /web/nextcloud/occ config:system:set redis timeout --value=0.0 --type=integer"
fi
echo -e "\e[32mCollecting garbage...\e[0m"