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 --- 3-repositories.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '3-repositories.sh') diff --git a/3-repositories.sh b/3-repositories.sh index 384a71d..219fea5 100755 --- a/3-repositories.sh +++ b/3-repositories.sh @@ -3,7 +3,7 @@ source ./auto/helper-logic # Clear the screen and print the header -PrintHeader +PrintHeader "3-repositories.sh" # Ensure we are running as root EnsureRoot @@ -104,7 +104,7 @@ chown -R jenkins:jenkins /home/sentrium echo echo "Part 3 of the installer is now done." -echo "Please run part four to set up uncron." +echo "Please run part four (4-uncron.sh) to set up uncron." # Create marker file CreateMarkerFile 3 \ No newline at end of file -- cgit v1.2.3