2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 13:13:06 +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

@@ -80,6 +80,7 @@ fi
rm -f postgresql-${postgresqlVersion}.7z
rm -f postgresql-${postgresqlVersion}.7z.checksum.txt
mv postgresql-${postgresqlVersion} src
chmod -R 755 src
# 编译
cd src

View File

@@ -75,6 +75,7 @@ fi
rm -f postgresql-${postgresqlVersion}.7z
rm -f postgresql-${postgresqlVersion}.7z.checksum.txt
mv postgresql-${postgresqlVersion} src
chmod -R 755 src
# 编译
cd src