From 3a33cf0aee1a40a24ff1dc1d21990f3b86d75593 Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 30 Jun 2024 17:17:38 +0200 Subject: improved navigation by mentioning script current and next script name --- 7-build-project-jobs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '7-build-project-jobs.sh') 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 -- cgit v1.2.3