Skip to content

Commit

Permalink
Make sure xochtil shows up properly when run (#707)
Browse files Browse the repository at this point in the history
* Make sure xochtil shows up properly when run
  • Loading branch information
Eeems committed Nov 22, 2023
1 parent 64be5d6 commit 05b766e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/xochitl/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pkgnames=(xochitl)
pkgdesc="Read documents and take notes"
url=https://remarkable.com
pkgver=0.0.0-14
pkgver=0.0.0-15
timestamp=2022-11-07T20:19:57Z
section="readers"
maintainer="Mattéo Delabre <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package/xochitl/xochitl
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fi
if ! systemctl is-active --quiet manual-sync.service; then
systemctl enable --now manual-sync.service
fi
exec /usr/bin/xochitl "$@"
exec -a /usr/bin/xochitl /usr/bin/xochitl "$@"

0 comments on commit 05b766e

Please sign in to comment.