mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
fix typo in install_and_update.sh (#2051)
This commit is contained in:
parent
d2a7e46c1a
commit
cb06dab16f
@ -98,7 +98,7 @@ if [[ ! -e ~/.joplin/VERSION ]] || [[ $(< ~/.joplin/VERSION) != "$RELEASE_VERSIO
|
||||
then
|
||||
: "${TMPDIR:=/tmp}"
|
||||
# This command extracts to squashfs-root by default and can't be changed...
|
||||
# So we run in in the tmp directory and clean up after ourselves
|
||||
# So we run it in the tmp directory and clean up after ourselves
|
||||
(cd $TMPDIR && ~/.joplin/Joplin.AppImage --appimage-extract joplin.desktop &> /dev/null)
|
||||
APPIMAGE_VERSION=$(grep "^X-AppImage-BuildId=" $TMPDIR/squashfs-root/joplin.desktop | head -n 1 | cut -d " " -f 1)
|
||||
rm -rf $TMPDIR/squashfs-root
|
||||
|
Loading…
Reference in New Issue
Block a user