Update updater.sh

This commit is contained in:
ericgaspar 2022-06-04 11:42:28 +02:00
parent 18c58c2e28
commit fadea96c22
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,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
*"easyappointments-"*".zip"*)
*"easyappointments-"*".zip")
src="app"
;;
esac