1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00

Fix updater.sh: add ignore case

This commit is contained in:
tituspijean 2021-12-26 18:11:35 +01:00
parent 9400156c84
commit 96175866cf
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -66,6 +66,9 @@ case $asset_url in
*"focalboard-server-linux-amd64.tar.gz")
src="app"
;;
*)
src=""
;;
esac
# If $src is not empty, let's process the asset