debugging update function

This commit is contained in:
luismco 2026-01-15 08:48:04 +00:00 committed by Michel Roegl-Brunner
parent a7a3364529
commit 74b4fa59db

View File

@ -48,6 +48,7 @@ function update_script() {
msg_info "Updating Backend"
cd /opt/flatnotes
rm -f uv.lock
$STD /usr/local/bin/uvx migrate-to-uv
$STD /usr/local/bin/uv sync
msg_ok "Updated Backend"