Skip to content

Commit 384d411

Browse files
authored
Fix bug in removing imagick for 8.4 (hestiacp#4651)
* Fix bug in removing imagick for 8.4 * Update v-add-web-php
1 parent 026c083 commit 384d411

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/v-add-web-php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ if [[ ${version:0:1} == "8" ]]; then
7575
mph=$(echo "$mph" | sed -e "s/php$version-json//")
7676
fi
7777

78-
# Check if version is 8.4 and drop imagick
79-
if [[ $(echo "$version 8.4" | awk '{print ($1 < $2)}') == 1 ]]; then
80-
mph=$(echo "$mph" | sed -e "/php$version-imagick//")
81-
fi
82-
8378
if ! echo "$DB_SYSTEM" | grep -w 'mysql' > /dev/null; then
8479
mph=$(echo "$mph" | sed -e "s/php$version-mysql//")
8580
fi

0 commit comments

Comments
 (0)