]> gitweb.fluxo.info Git - scripts.git/commitdiff
Feat: show: fixes (3)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 2 Nov 2020 21:42:45 +0000 (18:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 2 Nov 2020 21:42:45 +0000 (18:42 -0300)
show

diff --git a/show b/show
index 5e05ea6059c3c332d46ff4719eea250b4eac3569..815040309239c9d4997f33e2b6a5ab359156e6bd 100755 (executable)
--- a/show
+++ b/show
@@ -13,6 +13,7 @@ MAX_AGE="86400"
 
 # Update the filelist
 function __update_filelist {
+  echo "Generating new filelist..."
   cd $DOCS && find . -not -path '*.git*' > $LIST
 }