We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1ee86 commit 4479259Copy full SHA for 4479259
1 file changed
update_data.sh
@@ -7,7 +7,7 @@ scp -qr lilim.programming.im:raw .
7
rm -f raw/messages.csv.lzma
8
lzma raw/messages.csv
9
10
-~/venv/bin/python3 ../discord_log/discord_log -q
+uv --directory ../discord_log run ./discord_log -q
11
12
-~/venv/bin/python3 ./prepare_db.py -q
13
-supervisorctl -c ~/supervisor/supervisord.conf restart ddd > /dev/null
+uv run ./prepare_db.py -q
+sudo systemctl restart ddd
0 commit comments