We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e187cd commit 6869301Copy full SHA for 6869301
nextcloud_update.sh
@@ -38,7 +38,7 @@ if type pecl > /dev/null 2>&1
38
then
39
install_if_not php7.0-dev
40
echo "Trying to upgrade the Redis Pecl extenstion..."
41
- pecl upgrade redis
+ yes '' | pecl upgrade redis
42
service redis-server restart
43
fi
44
0 commit comments