mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-11 02:16:07 -04:00
Ignore hidden file (.git directory)
This commit is contained in:
@ -8,7 +8,7 @@ if [ -f ${working_dir}/fatal_error ]; then
|
||||
fi
|
||||
|
||||
# Dump list of files before allowing gb to continue running
|
||||
find . -type f -exec ls -l --full-time {} \; 2> /dev/null |column -t|sort -k 9 > file_state_before_run.txt
|
||||
find . -not -path '*/\.*' -type f -exec ls -l --full-time {} \; 2> /dev/null |column -t|sort -k 9 > file_state_before_run.txt
|
||||
|
||||
|
||||
# verify system converters exist
|
||||
|
Reference in New Issue
Block a user