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 cp /opt/cinny/config.json /opt/cinny_config.json.bak
msg_ok "Backed up Configuration" 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" msg_info "Restoring Configuration"
cp /opt/cinny_config.json.bak /opt/cinny/config.json cp /opt/cinny_config.json.bak /opt/cinny/config.json

View File

@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
msg_info "Installing Cinny" msg_info "Installing Cinny"
fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-.*tar.gz$" fetch_and_deploy_gh_release "cinny" "cinnyapp/cinny" "prebuild" "latest" "/opt/cinny" "cinny-*.tar.gz"
cat <<'EOF' >/etc/nginx/http.d/default.conf cat <<'EOF' >/etc/nginx/http.d/default.conf
server { server {