Skip to content

Commit 39701e3

Browse files
authored
Update dynhost.sh
Missing fi (if started on ln 17).
1 parent 24c3cd7 commit 39701e3

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)