Skip to content

Commit 6869301

Browse files
author
Daniel Hansson
authored
always answer default "no" when updating redis
1 parent 5e187cd commit 6869301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if type pecl > /dev/null 2>&1
3838
then
3939
install_if_not php7.0-dev
4040
echo "Trying to upgrade the Redis Pecl extenstion..."
41-
pecl upgrade redis
41+
yes '' | pecl upgrade redis
4242
service redis-server restart
4343
fi
4444

0 commit comments

Comments
 (0)