Skip to content

Commit 4479259

Browse files
committed
update_data.sh: new uv, systemd setup
1 parent 6f1ee86 commit 4479259

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

update_data.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scp -qr lilim.programming.im:raw .
77
rm -f raw/messages.csv.lzma
88
lzma raw/messages.csv
99

10-
~/venv/bin/python3 ../discord_log/discord_log -q
10+
uv --directory ../discord_log run ./discord_log -q
1111

12-
~/venv/bin/python3 ./prepare_db.py -q
13-
supervisorctl -c ~/supervisor/supervisord.conf restart ddd > /dev/null
12+
uv run ./prepare_db.py -q
13+
sudo systemctl restart ddd

0 commit comments

Comments
 (0)