summaryrefslogtreecommitdiff
path: root/bin/workstation-duplicity
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-08-13 17:35:19 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-08-13 17:35:19 +0100
commit2099f359a5aa49727ef1c74cfb647450d6332aee (patch)
tree860ba4c91399224c18ff6c04967fd33b77dddd5b /bin/workstation-duplicity
parentaaf6b9cf82f5dd4b9e13f746ab5d053eb426937a (diff)
downloaddotfiles-2099f359a5aa49727ef1c74cfb647450d6332aee.tar.gz
fix syntax
Diffstat (limited to 'bin/workstation-duplicity')
-rwxr-xr-xbin/workstation-duplicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/workstation-duplicity b/bin/workstation-duplicity
index fe092a85..cec03722 100755
--- a/bin/workstation-duplicity
+++ b/bin/workstation-duplicity
@@ -19,7 +19,7 @@ if ! [ -e "$HOME/.duply/$DUPLY_PROFILE/conf" ]; then
fi
# fewer checks if we're running at a terminal (this is a bashism)
-if ! [ -t 1 ];
+if ! [ -t 1 ]; then
# check when we last ran; don't run if it was less than four hours ago
if [ -e "$FLAG_FILE" ] \
&& [ -n "$(find $FLAG_FILE -newermt '4 hours ago')" ]; then