From 99656fb7b2f592f83425169979d4b8d872e016dc Mon Sep 17 00:00:00 2001 From: Stephen Cochrane Date: Wed, 11 Nov 2020 22:14:39 +0200 Subject: [PATCH] Added time --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 59cecb7..1d6f145 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ main () { do case $opt in d) - dev="

Please note, this is the development page, things may be broken\.<\/h4>
Details<\/summary>This version of my website is hosted inside a docker container<\/a> and pulls from origin\/dev every 10 seconds, hence it is possible for the site to be unstable, this is only for demo purposes\.<\/details>" + dev="

Please note, this is the development page, things may be broken\.<\/h4>

Last built on $(date)\.<\/h4>
Details<\/summary>This version of my website is hosted inside a docker container<\/a> and pulls from origin\/dev every 10 seconds, hence it is possible for the site to be unstable, this is only for demo purposes\.<\/details>" ;; *) exit 2