Move list_builder.py to tools subdirectory

This commit is contained in:
Félix Piédallu
2024-02-07 15:04:55 +01:00
parent f80e3365a9
commit afb5e87e45
4 changed files with 6 additions and 6 deletions

View File

@ -7,4 +7,4 @@ cd $workdir
date >> $log
git pull &>/dev/null
./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"
./tools/list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"