From: maintenance team Date: Thu, 6 Nov 2008 09:02:37 +0000 (+0000) Subject: Update for work on File System with long names X-Git-Tag: V4_1_4~35 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00b1c290128d9f6339cadbbac2c2374b7547d5f8;p=tools%2Finstall.git Update for work on File System with long names --- diff --git a/config_files/checkSize.sh b/config_files/checkSize.sh index d9d6ed6..bc921c6 100755 --- a/config_files/checkSize.sh +++ b/config_files/checkSize.sh @@ -21,7 +21,7 @@ if [ $# -lt 2 ] ; then echo "`basename $0` : wrong parameters" exit 1 fi -var=`df -k "$1" | awk '{print $4}'` +var=`df -Pk "$1" | awk '{print $4}'` for i in $var; do var=$i; done if [ "$var" -lt "$2" ]; then echo "Available disk space is $var Kb"