From 6c70ea5d23fd236bbd5f69e29242445a6bbd9649 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 2 Nov 2020 18:42:45 -0300 Subject: Feat: show: fixes (3) --- show | 1 + 1 file changed, 1 insertion(+) diff --git a/show b/show index 5e05ea6..8150403 100755 --- 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 } -- cgit v1.2.3