Skip to content

Commit

Permalink
Update rtinst
Browse files Browse the repository at this point in the history
  • Loading branch information
arakasi72 authored Sep 8, 2019
1 parent ab34ec9 commit 90072e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtinst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "$relno" = "16" ] || [ "$relno" = "17" ] || [ "$relno" = "9" ]; then
libcver=libcurl3
fi

if [ $(lsb_release -sr) = "17.10" ]; then
if [ "$(lsb_release -sr)" = "17.10" ]; then
phpver=php7.1
phploc=/etc/php/7.1
libcver=libcurl3
Expand Down

0 comments on commit 90072e5

Please sign in to comment.