From 637dbab9c718522d561b277fab225341ec55c48b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AF=B9=E6=9C=9B?= <58730447+DuCun@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:04:30 +0800 Subject: [PATCH] Revert "Update Builder" This reverts commit bc622db6c929484bf6f9f58aa730b049ae42ac41. --- template/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/build.sh b/template/build.sh index 3342b21..3da3d9d 100755 --- a/template/build.sh +++ b/template/build.sh @@ -4,7 +4,7 @@ PHP_VERSION='' PUSH='' CONFIG='' TAG='' -BUILDER='xiaomoy' +BUILDER='litespeedtech' REPO='openlitespeed' EPACE=' ' @@ -105,4 +105,4 @@ while [ ! -z "${1}" ]; do shift done -main +main \ No newline at end of file