run now downloads on server

This commit is contained in:
2025-04-20 13:54:23 -06:00
parent 0805b6ab54
commit 7348e213da
2 changed files with 3 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ download)
--add-entry="Link:" \
--entry-text "$(xclip -o -sel clip)")
if [ -n "$ENTRY" ]; then
cmd="ssh miniserver \"download -u jawz"
cmd="ssh server \"download -u jawz"
if ! zenity --question --text "Use archive database?" \
--ok-label="Yes" --cancel-label="Cancel"; then