summaryrefslogtreecommitdiff
path: root/8-nginx.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 /8-nginx.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 '8-nginx.sh')
-rwxr-xr-x8-nginx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/8-nginx.sh b/8-nginx.sh
index 7fe268c..0eab73d 100755
--- a/8-nginx.sh
+++ b/8-nginx.sh
@@ -3,7 +3,7 @@
source ./auto/helper-logic
# Clear the screen and print the header
-PrintHeader
+PrintHeader "8-nginx.sh"
# Ensure we are running as root
EnsureRoot
@@ -75,7 +75,7 @@ Run "RestartNginx" \
echo
echo "Part 8 of the installer is now done."
-echo "The installation is now done - you can build the ISO by running the build-iso bash script."
+echo "The installation is now done - you can build the ISO by running the build-iso.sh bash script."
# Create marker file
CreateMarkerFile 8 \ No newline at end of file