diff options
-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. |