Moved client software install to source dir
This commit is contained in:
@@ -63,9 +63,11 @@ if [[ $? -ne 0 ]]; then
|
||||
echo ""
|
||||
exit 1
|
||||
fi
|
||||
#Files must be owned by root
|
||||
#Files must be owned by root (we are root!)
|
||||
chown root:${CLIENTADMINGROUP} -R ${CLIENT_SOFTWARE_DST}
|
||||
chmod ug+rw,o-rwx -R ${CLIENT_SOFTWARE_DST}
|
||||
chmod ug+x,o-rwx ${CLIENT_SOFTWARE_DST}
|
||||
chmod ug+x,o-rwx ${CLIENT_SOFTWARE_DST}/source
|
||||
if [ -f "${CLIENT_SOFTWARE_DST}/install.sh" ]; then
|
||||
chmod u+x "${CLIENT_SOFTWARE_DST}/install.sh"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user