diff --git a/rebuild.sh b/rebuild.sh new file mode 100644 index 0000000..dfe9bec --- /dev/null +++ b/rebuild.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +workdir=$(dirname "$0") +log=$workdir/app_list_auto_update.log + +cd $workdir +date >> $log +git pull >/dev/null + +python ./list_builder.py &>> $log || sendxmpppy "[listbuilder] Rebuilding the application list failed miserably"