1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

Update upgrade.sh

This commit is contained in:
ericgaspar 2021-09-16 08:44:22 +02:00
parent 921662dcfb
commit e026419e3f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -63,7 +63,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
*"komga-"*".jar"*)
*)
src="app"
;;
*)