We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0441193 commit 5721e0dCopy full SHA for 5721e0d
1 file changed
Shell/Plugin/Init.sh
@@ -68,4 +68,5 @@ function InitSoftware_default(){
68
chown ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwareConfigFile}
69
chown -R ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwarePathInstall}
70
chown -R ${SoftwareUserName}.${SoftwareUserGroup} ${SoftwarePathData}
71
+ chmod -R 755 ${SoftwarePathInstall}
72
}
0 commit comments