We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a6f2f commit 02493d5Copy full SHA for 02493d5
ct/fluid-calendar.sh
@@ -36,7 +36,7 @@ function update_script() {
36
msg_ok "Stopped $APP"
37
38
msg_info "Creating Backup"
39
- $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
40
msg_ok "Backup Created"
41
42
msg_info "Updating $APP to v${RELEASE}"
0 commit comments