mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Minor fix on install script (#1954)
This commit is contained in:
parent
871d3cb87d
commit
d49fa8e42b
@ -90,7 +90,7 @@ if [[ ! -e ~/.joplin/VERSION ]] || [[ $(< ~/.joplin/VERSION) != "$RELEASE_VERSIO
|
||||
else
|
||||
DESKTOP=$XDG_CURRENT_DESKTOP
|
||||
fi
|
||||
DESKTOP=${desktop,,} # convert to lower case
|
||||
DESKTOP=${DESKTOP,,} # convert to lower case
|
||||
|
||||
# Create icon for Gnome
|
||||
echo 'Create Desktop icon.'
|
||||
|
Loading…
Reference in New Issue
Block a user