Skip to content

Commit 92b74d9

Browse files
committed
add time to header
1 parent b2200db commit 92b74d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup-wordpress.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ error_exit() {
150150

151151

152152
header() {
153-
# Print 80 character wide black on white heading
154-
printf "\033[1m\033[7m %-80s\033[0m\n" "${@}"
153+
# Priant 80 character wide black on white heading with time
154+
printf "\033[1m\033[7m %-71s$(date '+%T') \033[0m\n" "${@}"
155155
}
156156

157157

0 commit comments

Comments
 (0)