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

Merge pull request #23 from YunoHost-Apps/testing

Fix updater.sh: add ignore case
This commit is contained in:
tituspijean 2021-12-26 18:12:18 +01:00 committed by GitHub
commit 9c031fb6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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