Skip to content

Commit

Permalink
fix path to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankapoorcom committed Oct 20, 2024
1 parent b7bf4b7 commit ce13246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell_command/print_label.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
ssh -o StrictHostKeyChecking=accept-new -i /srv/homeassistant/.ssh/id_ed25519 [email protected] "convert -size 673x378 -background white -fill black -font 'AvantGarde-Book' -gravity Center label:'$1' label.png;/snap/bin/lprint -d 'DYMO LabelWriter 450 DUO Label' label.png -n '$2'"
/usr/bin/ssh -o StrictHostKeyChecking=accept-new -i /srv/homeassistant/.ssh/id_ed25519 [email protected] "convert -size 673x378 -background white -fill black -font 'AvantGarde-Book' -gravity Center label:'$1' label.png;/snap/bin/lprint -d 'DYMO LabelWriter 450 DUO Label' label.png -n '$2'"
2 changes: 1 addition & 1 deletion shell_command/print_tape_label.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
ssh -o StrictHostKeyChecking=accept-new -i /srv/homeassistant/.ssh/id_ed25519 [email protected] "convert -size 400x200 -background white -fill black -font 'AvantGarde-Book' -gravity Center label:'$1' tape.png;/snap/bin/lprint -d 'DYMO LabelWriter 450 DUO Tape' tape.png -n '$2'"
/usr/bin/ssh -o StrictHostKeyChecking=accept-new -i /srv/homeassistant/.ssh/id_ed25519 [email protected] "convert -size 400x200 -background white -fill black -font 'AvantGarde-Book' -gravity Center label:'$1' tape.png;/snap/bin/lprint -d 'DYMO LabelWriter 450 DUO Tape' tape.png -n '$2'"

0 comments on commit ce13246

Please sign in to comment.