diff options
-rwxr-xr-x | show | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ MAX_AGE="86400" # Update the filelist function __update_filelist { + echo "Generating new filelist..." cd $DOCS && find . -not -path '*.git*' > $LIST } |