diff options
author | alonso <alonso@us.es> | 2009-10-24 09:58:26 +0000 |
---|---|---|
committer | alonso <alonso@us.es> | 2009-10-24 09:58:26 +0000 |
commit | f531e3b52ac754978ff51078ae0500333d4551f1 (patch) | |
tree | 3cf801c6183e10a23e11014c6f3288299077b0bc /client | |
parent | dd11f859bf6684574adef1b34f21234059cd080d (diff) |
primeros archivos de administración
git-svn-id: https://opengnsys.es/svn/trunk@409 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rwxr-xr-x | client/engine/File.lib | 1 | ||||
-rwxr-xr-x | client/engine/loadenviron.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/engine/File.lib b/client/engine/File.lib index 8bee7358..9cb2151e 100755 --- a/client/engine/File.lib +++ b/client/engine/File.lib @@ -121,6 +121,7 @@ case $# in *) ogRaiseError $OG_ERR_FORMAT return $? ;; esac +echo $PARENT ogGetPath $PARENT } diff --git a/client/engine/loadenviron.sh b/client/engine/loadenviron.sh index 4333cf6c..4fe4bb25 100755 --- a/client/engine/loadenviron.sh +++ b/client/engine/loadenviron.sh @@ -22,7 +22,6 @@ if [ -d $OPENGNSYS ]; then export OGIMG=$OPENGNSYS/images export OGCAC=$OPENGNSYS/cache export OGLOG=$OPENGNSYS/log - export OGADM=$OPENGNSYS/admin export PATH=$OGBIN:$OGAPI:$OGSCRIPTS:$PATH export LD_LIBRARY_PATH=$OGLIB:$LD_LIBRARY_PATH @@ -49,7 +48,6 @@ if [ -d $OPENGNSYS ]; then # Montamos el resto de cosas necesarias mount -t nfs -o nolock $SERVERIP:/opt/opengnsys/log/clients $OGLOG mount -t nfs -o nolock $SERVERIP:/opt/opengnsys/images $OGIMG - mount -t nfs -o nolock $SERVERIP:/opt/opengnsys/admin $OGADM #/// Cargar API de funciones y fichero de idioma. |