2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

fix: 脚本文件权限

This commit is contained in:
耗子
2024-05-19 20:31:33 +08:00
parent 7ff574cb92
commit 5d56663b69
12 changed files with 22 additions and 14 deletions

View File

@@ -90,6 +90,7 @@ fi
rm -f php-${phpVersionCode}.7z
rm -f php-${phpVersionCode}.7z.checksum.txt
mv php-* src
chmod -R 755 src
if [ "${phpVersion}" -le "80" ]; then
wget -T 120 -t 3 -O ${phpPath}/openssl-1.1.1w.tar.gz ${downloadUrl}/openssl/openssl-1.1.1w.tar.gz