Skip to content

Commit 853474b

Browse files
authoredAug 6, 2021
Merge pull request #1 from jen140/patch-1
Missing end of if (fi)
2 parents 24c3cd7 + 39701e3 commit 853474b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎dynhost.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ else
3232
LOG_SUFFIX="IP has not changed"
3333
fi
3434
fi
35-
echo "$LOG_PREFIX - $LOG_SUFFIX" >> "$LOG_FILE"
35+
fi
36+
echo "$LOG_PREFIX - $LOG_SUFFIX" >> "$LOG_FILE"

0 commit comments

Comments
 (0)
Please sign in to comment.