summaryrefslogtreecommitdiff
path: root/7-build-project-jobs.sh
diff options
context:
space:
mode:
authordd <dd@wx.tnyzeq.icu>2024-06-30 17:17:38 +0200
committerdd <dd@wx.tnyzeq.icu>2024-06-30 17:17:38 +0200
commit3a33cf0aee1a40a24ff1dc1d21990f3b86d75593 (patch)
tree33063a4b5ede3572c1dff1b8a2a85c23ff3e3e45 /7-build-project-jobs.sh
parentfbff50d477ace829335b9600a3b611256cf97d70 (diff)
downloadvyos-jenkins-3a33cf0aee1a40a24ff1dc1d21990f3b86d75593.tar.gz
vyos-jenkins-3a33cf0aee1a40a24ff1dc1d21990f3b86d75593.zip
improved navigation by mentioning script current and next script name
Diffstat (limited to '7-build-project-jobs.sh')
-rwxr-xr-x7-build-project-jobs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/7-build-project-jobs.sh b/7-build-project-jobs.sh
index 4749bda..824915e 100755
--- a/7-build-project-jobs.sh
+++ b/7-build-project-jobs.sh
@@ -3,7 +3,7 @@
source ./auto/helper-logic
# Clear the screen and print the header
-PrintHeader
+PrintHeader "7-build-project-jobs.sh"
# Ensure we are running as root
EnsureRoot
@@ -40,14 +40,14 @@ if [ $? -eq 0 ]; then
echo
echo "All packages have been built."
echo "Part 7 of the installer is now done."
- echo "Please run part eight to set up NGINX."
+ echo "Please run part eight (8-nginx.sh) to set up NGINX."
echo
else
echo
echo "One or more packages failed to build."
echo "A list of failed jobs is printed above."
echo "Please check inside Jenkins to see what went wrong, and run a new build of the failed package."
- echo "Once this is done, please run part eight to set up NGINX."
+ echo "Once this is done, please run part eight (8-nginx.sh) to set up NGINX."
echo
fi