Skip to content

Commit 5721e0d

Browse files
committed
修正了 初始化软件权限问题
1 parent 0441193 commit 5721e0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Shell/Plugin/Init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ function InitSoftware_default(){
6868
chown ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwareConfigFile}
6969
chown -R ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwarePathInstall}
7070
chown -R ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwarePathData}
71+
chmod -R 755 ${SoftwarePathInstall}
7172
}

0 commit comments

Comments
 (0)