From 469bd1bada8f23bd82f48bdafbb21a61f4ed54fb Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Wed, 31 Jul 2024 12:52:51 +1000 Subject: [PATCH 1/6] updating motd --- hashiqube/basetools.sh | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/hashiqube/basetools.sh b/hashiqube/basetools.sh index 23c67e3..791411b 100644 --- a/hashiqube/basetools.sh +++ b/hashiqube/basetools.sh @@ -43,6 +43,42 @@ cat < Date: Wed, 31 Jul 2024 12:53:54 +1000 Subject: [PATCH 2/6] updating motd --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 861c3da..3f0c296 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,8 @@ "postStartCommand": { "set-git-config-safe-directory": "git config --global --add safe.directory ${containerWorkspaceFolder}", "set-git-config-line-endings": "git config --global core.autocrlf input", - "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg" + "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg", + "print-message-of-the-day": "bash /etc/update-motd.d/00-header" }, "customizations": { "vscode": { From d9e1651cca7e263197798a58fa0c32db945e734e Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Wed, 31 Jul 2024 13:07:51 +1000 Subject: [PATCH 3/6] updating motd --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f0c296..bae3cdd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,9 @@ "postStartCommand": { "set-git-config-safe-directory": "git config --global --add safe.directory ${containerWorkspaceFolder}", "set-git-config-line-endings": "git config --global core.autocrlf input", - "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg", + "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg" + }, + "postCreateCommand": { "print-message-of-the-day": "bash /etc/update-motd.d/00-header" }, "customizations": { From 099140ffd46c407f3b7b808d3c518e94a08d13b9 Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Wed, 31 Jul 2024 13:21:49 +1000 Subject: [PATCH 4/6] updating motd --- hashiqube/basetools.sh | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/hashiqube/basetools.sh b/hashiqube/basetools.sh index 791411b..d9e5f4d 100644 --- a/hashiqube/basetools.sh +++ b/hashiqube/basetools.sh @@ -44,10 +44,11 @@ cat < Date: Wed, 31 Jul 2024 13:26:48 +1000 Subject: [PATCH 5/6] updating motd --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bae3cdd..050f267 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,7 @@ "set-git-config-line-endings": "git config --global core.autocrlf input", "set-git-config-gpg-program": "git config --global --add gpg.program /usr/bin/gpg" }, - "postCreateCommand": { + "postAttachCommand": { "print-message-of-the-day": "bash /etc/update-motd.d/00-header" }, "customizations": { From dc569fd8e71348d0eedd988e377fb455ff01bdbf Mon Sep 17 00:00:00 2001 From: Riaan Nolan Date: Wed, 31 Jul 2024 13:31:17 +1000 Subject: [PATCH 6/6] updating motd --- hashiqube/basetools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashiqube/basetools.sh b/hashiqube/basetools.sh index d9e5f4d..afcc521 100644 --- a/hashiqube/basetools.sh +++ b/hashiqube/basetools.sh @@ -44,7 +44,7 @@ cat <