diff options
-rwxr-xr-x | client/engine/FileSystem.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/engine/FileSystem.lib b/client/engine/FileSystem.lib index 3655c9c3..d3e164d6 100755 --- a/client/engine/FileSystem.lib +++ b/client/engine/FileSystem.lib @@ -788,7 +788,7 @@ case "$(ogGetFsType $1 $2)" in MNTDIR=$(ogMount $1 $2) SIZE=$[ $(df -k $MNTDIR | awk '{getline;print $3}') * 110 / 100 ] ogUnmount $1 $2 2>/dev/null - resize_reiserfs -s${SIZE}K $PART + resize_reiserfs -s${SIZE}K $PART <<<"y" ;; JFS) ;; # No se reduce (por el momento). |