From a24e075714d63aa360ea4c7ca3e50bdd7d6da7f5 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 16 Dec 2020 14:27:31 +0100 Subject: [PATCH] Fixed typo, after inital update for php module Fixes: #10 --- SubModules/php-fpm/preconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SubModules/php-fpm/preconf.sh b/SubModules/php-fpm/preconf.sh index 05225a2..484d55b 100644 --- a/SubModules/php-fpm/preconf.sh +++ b/SubModules/php-fpm/preconf.sh @@ -23,13 +23,13 @@ elif [ ${phpver//.} -ge 80 ] && [ ${phpver//.} -lt 90 ]; then fi #Getting php pkglist -if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/generic.php"$phpVerBranch".php.pkg.list; then +if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/generic.php.pkg.list; then curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/generic.phppkg.list printf " " >>/tmp/pkg.list fi if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/"$PKGLIST".php.pkg.list; then - curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/"$PKGLIST".phppkg.list + curl --retry 7 --retry-delay 5 -s "$repo"/raw/"$branchtype"/"$branch"/SubModules/php-fpm/php"$phpVerBranch"/"$PKGLIST".php.pkg.list printf " " >>/tmp/pkg.list fi