diff options
-rwxr-xr-x | client/engine/FileSystem.lib | 2 | ||||
-rw-r--r-- | doc/VERSION.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/engine/FileSystem.lib b/client/engine/FileSystem.lib index 5d830475..2a29b213 100755 --- a/client/engine/FileSystem.lib +++ b/client/engine/FileSystem.lib @@ -800,7 +800,7 @@ case "$(ogGetFsType $1 $2)" in /resize at/ {r=int($5*1.1/1024+1)*1024} END { print d,r}') # Error si no puede obtenerse el tamaño máximo del volumen. - [ -n "$MAXSIZE" -o -n "$SIZE" ] || ogRaiseError $OG_ERR_PARTITION "$1,$2" || return $? + [ -n "$MAXSIZE" -a -n "$SIZE" ] || ogRaiseError $OG_ERR_PARTITION "$1,$2" || return $? # Simular la redimensión y comprobar si es necesario ampliarala. RETVAL=1 while [ $RETVAL != 0 -a $[ SIZE+=EXTRASIZE ] -lt $MAXSIZE ]; do diff --git a/doc/VERSION.txt b/doc/VERSION.txt index 2b7dde69..deb5868d 100644 --- a/doc/VERSION.txt +++ b/doc/VERSION.txt @@ -1 +1 @@ -OpenGnSys 1.0.6b r5158 +OpenGnSys 1.0.6b r5159 |