git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5276
91ce42f0-d328-0410-95d8-
f526ca767f89
# Now increase the size of the Volume using gigaslam
#
cd ${cwd}/tmp
-# make 1 GB file
-${cwd}/build/src/tools/grow TestVolume001 5200000000
+# make big file
+size=5200000000
+${cwd}/build/src/tools/grow TestVolume001 ${size}
if [ $? != 0 ]; then
echo "Execute of ${cwd}/build/src/tools/grow failed."
exit 1
fi
-size=5200000000
cd ${cwd}
cat <<END_OF_DATA >tmp/bconcmds