adjust pattern

This commit is contained in:
Tobias Salzmann
2026-04-28 14:54:43 +02:00
parent 339b2b9c4d
commit f31d3bf963
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ function update_script() {
cp /opt/cinny/config.json /opt/cinny_config.json.bak
msg_ok "Backed up Configuration"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-.*tar.gz$"
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-*.tar.gz"
msg_info "Restoring Configuration"
cp /opt/cinny_config.json.bak /opt/cinny/config.json