This commit is contained in:
vhsdream 2025-07-17 16:44:50 -04:00
parent 3ab0eeabb9
commit e0528ba540

View File

@ -34,7 +34,7 @@ function update_script() {
systemctl stop tududi systemctl stop tududi
msg_ok "Stopped Service" msg_ok "Stopped Service"
msg_info "Upadting ${APP}" msg_info "Updating ${APP}"
cp /opt/"$APP"/backend/.env /opt/"$APP".env cp /opt/"$APP"/backend/.env /opt/"$APP".env
rm -rf /opt/"$APP" rm -rf /opt/"$APP"
fetch_and_deploy_gh_release "tududi" "chrisvel/tududi" fetch_and_deploy_gh_release "tududi" "chrisvel/tududi"