summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2014-12-27 14:53:24 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2014-12-27 14:53:24 -0300
commit5cbec078be03c16f15d98c93b0df1ede2df1e092 (patch)
treeec216a27fe1deda4e1942ccb7ad9c440e0c57284
parentbb1cfc3fee31bfd85089b87a0924e68c95eb12cd (diff)
parabola-mirror: Disk space report set to the base_dir filesystem
-rwxr-xr-xparabola-mirror2
1 files changed, 1 insertions, 1 deletions
diff --git a/parabola-mirror b/parabola-mirror
index d8a607a..96f024f 100755
--- a/parabola-mirror
+++ b/parabola-mirror
@@ -132,6 +132,6 @@ echo " => Creating symlink ${current} to ${parabola_dir}"
ln -s ${current##*/} ${parabola_dir}
echo "=> Disk space report"
-df -h /
+df -h "${base_dir}"
echo "=> ${script_filename} finished successfully. Finish time: $(date --rfc-3339=seconds)"