diff options
author | ramon <ramongomez@us.es> | 2017-02-22 10:19:07 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-02-22 10:19:07 +0000 |
commit | 8601c6254afa64696bae53f6023c85f21c937e54 (patch) | |
tree | 1ea2f79e19554b74993eda6df323d9f1ad975781 /client | |
parent | 3ca0b65c6f4962ced4011c26ddb5d6bfdf3591ab (diff) |
#718: Actualizar instrucciones y preparar postconfiguración para OGAgent de macOS.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5212 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rwxr-xr-x | client/engine/PostConf.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/PostConf.lib b/client/engine/PostConf.lib index f2215835..c422846c 100755 --- a/client/engine/PostConf.lib +++ b/client/engine/PostConf.lib @@ -476,7 +476,7 @@ fi MNTDIR=$(ogMount $1 $2) || return $? # Buscar fichero de configuración de OGAgent. -for i in usr/share "Program Files" "Program Files (x86)"; do +for i in usr/share "Program Files" "Program Files (x86)" Applications/OGAgent.app; do CFGFILE=$(ogGetPath "$MNTDIR/$i/OGAgent/cfg/ogagent.cfg") [ -n "$CFGFILE" ] && break done |