summaryrefslogtreecommitdiff
path: root/4-uncron.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 /4-uncron.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 '4-uncron.sh')
-rwxr-xr-x4-uncron.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/4-uncron.sh b/4-uncron.sh
index f5076bf..51e0598 100755
--- a/4-uncron.sh
+++ b/4-uncron.sh
@@ -3,7 +3,7 @@
source ./auto/helper-logic
# Clear the screen and print the header
-PrintHeader
+PrintHeader "4-uncron.sh"
# Ensure we are running as root
EnsureRoot
@@ -84,7 +84,7 @@ systemctl enable --now uncron.service > /dev/null 2>&1
echo
echo "Part 4 of the installer is now done."
-echo "Please run part five to set up the vyos build container jobs."
+echo "Please run part five (5-docker-jobs.sh) to set up the vyos build container jobs."
# Create marker file
CreateMarkerFile 4 \ No newline at end of file