aboutsummaryrefslogtreecommitdiff
path: root/gromo
diff options
context:
space:
mode:
authorGuillermo Ramos2024-04-16 18:47:01 +0200
committerGuillermo Ramos2024-04-16 18:47:01 +0200
commit1eb0eda96ace25d81fdf1f34d9177da50c3e0fa9 (patch)
tree9b799a8b1eab1b350780a676aefa0cd3ae28db09 /gromo
parent662eac4d7bcad76b657c2621f9cd11c97e4d15d3 (diff)
downloadcli-1eb0eda96ace25d81fdf1f34d9177da50c3e0fa9.tar.gz
Fixes
Diffstat (limited to 'gromo')
-rwxr-xr-xgromo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gromo b/gromo
index f5da8d9..22f9daf 100755
--- a/gromo
+++ b/gromo
@@ -171,6 +171,8 @@ pp_seconds() {
fi
}
+[ -f "$DING_FILE" ] || curl $DEFAULT_DING --create-dirs -so "$DING_FILE"
+
optspec="1hxltd:s:"
while getopts "$optspec" optchar; do
case "$optchar" in
@@ -216,8 +218,6 @@ fi
mkdir -p "$DATA_DIR" "$TODAY_DIR" "$(dirname "$STATE_FILE")"
-[ -f "$DING_FILE" ] || curl $DEFAULT_DING --create-dirs -so "$DING_FILE"
-
if [ -f "$STATE_FILE" ]; then
echo "Another instance is currently running; exiting (remove $STATE_FILE to override)"
exit 1