Project

General

Profile

Actions

Submit #2654

closed

[PATCH] fix operator

Added by bsdsx about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Other
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

---
tools/tools/hammer-backup/hammer-backup.sh | 4 +--
1 file changed, 2 insertions(
), 2 deletions(-)

diff --git a/tools/tools/hammer-backup/hammer-backup.sh b/tools/tools/hammer-backup/hammer-backup.sh
index cd56b2e..e1cc7d5 100755
--- a/tools/tools/hammer-backup/hammer-backup.sh
+++ b/tools/tools/hammer-backup/hammer-backup.sh
@ -468,13 +468,13 @ tmp=$(echo ${pfs_path} | tr '/' '_')
output_file="${backup_dir}/${timestamp}${tmp}"

  1. List backups if needed
    -if [ ${list_opt} 1 ]; then
    +if [ ${list_opt} -eq 1 ]; then
    info "Listing backups."
    list_backups
    fi
  1. Checksum test
    if [ ${checksum_opt} 1 ]; then
    +if [ ${checksum_opt} -eq 1 ]; then
    info "Checksum test for all backup files."
    checksum_backups
    fi
    -

    1.8.5.2
Actions

Also available in: Atom PDF