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:
parent
98a6f2f64e
commit
02493d5048
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user