Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 committed Jul 9, 2019
1 parent 4d7ccdf commit f3945e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fi

# Update Redis PHP extension
print_text_in_color "$ICyan" "Trying to upgrade the Redis PECL extension..."
if version 18.04 "$DISTRO" 18.04.4; then
if version 18.04 "$DISTRO" 18.04.10; then
if ! pecl list | grep redis >/dev/null 2>&1
then
if dpkg -l | grep php"$PHPVER" > /dev/null 2>&1
Expand Down Expand Up @@ -146,7 +146,7 @@ if version 18.04 "$DISTRO" 18.04.4; then
restart_webserver
fi
else
msg_box "Ubuntu version $DISTRO must be at least 18.0.4 to upgrade Redis."
msg_box "Ubuntu version $DISTRO must be at least 18.04 to upgrade Redis."
fi

# Update adminer
Expand Down

0 comments on commit f3945e8

Please sign in to comment.