From dc23723e653f2355ef68eca1eb6ed45a188febae Mon Sep 17 00:00:00 2001 From: Michael Jenkins Date: Wed, 29 Sep 2021 23:39:09 -0700 Subject: [PATCH] Add sudo for catting the initial admin password --- 01_05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_05.md b/01_05.md index 1359a8a..406a4e8 100644 --- a/01_05.md +++ b/01_05.md @@ -16,7 +16,7 @@ sudo sh -c 'echo deb https://pkg.jenkins.io/debian-stable binary/ > /etc/apt/sou sudo apt-get update -y sudo apt-get -y install openjdk-11-jdk sudo apt-get -y install jenkins -cat /var/lib/jenkins/secrets/initialAdminPassword +sudo cat /var/lib/jenkins/secrets/initialAdminPassword ``` # Using the Initial Admin Password