diff options
author | ngharo <ngharo@gmail.com> | 2017-02-05 13:44:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-05 13:44:09 -0600 |
commit | 81300436b8ed6e38a35646beba4ae13c6cc1e248 (patch) | |
tree | c4d1d0686e89a75f8b0a77f2198bd63133cb1728 | |
parent | 1020227ec869b8aea511a1a01901368dd2a748da (diff) | |
download | tarsnap-script-master.tar.xz tarsnap-script-master.zip |
-rw-r--r-- | backup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ sql_dump() { chmod 0600 "$dump" result="OK" - [[ $req_code -eq 0 ]] || result="FAIL" + [[ $req_code -eq 0 ]] || result="FAIL" printf "%s\n" "$result" return $ret_code |