1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-23 21:08:07 +00:00

Fluid-Calendar: Remove unneeded $STD in update (#3250)

This commit is contained in:
CanbiZ 2025-03-19 07:00:22 +01:00 committed by GitHub
parent 98a6f2f64e
commit 02493d5048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ function update_script() {
msg_ok "Stopped $APP"
msg_info "Creating Backup"
$STD tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /opt/fluid-calendar
tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /opt/fluid-calendar
msg_ok "Backup Created"
msg_info "Updating $APP to v${RELEASE}"