diff --git a/momo/files/scripts/include.sh b/momo/files/scripts/include.sh index 09973029d..feac9a8a4 100644 --- a/momo/files/scripts/include.sh +++ b/momo/files/scripts/include.sh @@ -90,7 +90,7 @@ format_filesize() { local gb; gb=$((mb * 1024)) local tb; tb=$((gb * 1024)) local pb; pb=$((tb * 1024)) - local size; size= + local size; size=$1 if [ -n "$size" ]; then if [ "$size" -lt "$kb" ]; then echo "$(awk "BEGIN {print $size / $b}") B"