summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorngharo <ngharo@gmail.com>2017-02-05 13:44:09 -0600
committerGitHub <noreply@github.com>2017-02-05 13:44:09 -0600
commit81300436b8ed6e38a35646beba4ae13c6cc1e248 (patch)
treec4d1d0686e89a75f8b0a77f2198bd63133cb1728
parent1020227ec869b8aea511a1a01901368dd2a748da (diff)
downloadtarsnap-script-master.tar.xz
tarsnap-script-master.zip
whitespaceHEADmaster
-rw-r--r--backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup.sh b/backup.sh
index 789e8a3..6013cb9 100644
--- a/backup.sh
+++ b/backup.sh
@@ -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