Skip to content

Commit 172ac3e

Browse files
author
Daniel Hansson
authored
always answer yes to default redis values (#491)
1 parent 6869301 commit 172ac3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/redis-server-ubuntu16.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sudo apt install -q -y \
4545
php-pear
4646

4747
# Install PHPmodule
48-
if ! pecl install -Z redis
48+
if ! yes '' | pecl install -Z redis
4949
then
5050
msg_box "PHP module installation failed"
5151
exit 1

0 commit comments

Comments
 (0)