diff options
Diffstat (limited to 'installer/opengnsys_import.sh')
-rwxr-xr-x | installer/opengnsys_import.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_import.sh b/installer/opengnsys_import.sh index a8a54e30..8c724130 100755 --- a/installer/opengnsys_import.sh +++ b/installer/opengnsys_import.sh @@ -52,7 +52,7 @@ fi # Comprobamos acceso a ficheros de configuración if ! [ -r $OPENGNSYS/etc/ogAdmServer.cfg ]; then - echo "$PROG: ERROR: Sin acceso a la configuración de OpenGnSys." | tee -a $FILESAL + echo "$PROG: ERROR: Sin acceso a la configuración de OpenGnsys." | tee -a $FILESAL exit 4 fi |