Skip to content

Commit 02493d5

Browse files
authored
Fluid-Calendar: Remove unneeded $STD in update (#3250)
1 parent 98a6f2f commit 02493d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/fluid-calendar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function update_script() {
3636
msg_ok "Stopped $APP"
3737

3838
msg_info "Creating Backup"
39-
$STD tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /opt/fluid-calendar
39+
tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /opt/fluid-calendar
4040
msg_ok "Backup Created"
4141

4242
msg_info "Updating $APP to v${RELEASE}"

0 commit comments

Comments
 (0)