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

Fix updater.sh

This commit is contained in:
tituspijean 2021-09-29 00:12:09 +02:00
parent e92047154e
commit e8cc71544a

View file

@ -64,7 +64,7 @@ echo "Handling asset at $asset_url"
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
# Leave $src empty to ignore the asset
case $asset_url in
"Ghost-"*".zip")
*"Ghost-"*".zip")
src="app"
;;
*)