Skip to content

Commit 1aca1db

Browse files
Troubleshoot file locations
1 parent ce753ef commit 1aca1db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packer/machines/web-server.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"bash /app/bin/install-gauntlt.sh",
5555
"bash /app/bin/install-ansible.sh",
5656
"bash /app/bin/ansible.sh bakery.yml scan-openscap.yml scan-gauntlt.yml",
57-
"find / -name '*.html' 2>&1 | grep -E 'gauntlt|scan'; ls -l /app/build"
57+
"find / -name '*.html' 2>/dev/null | grep -E 'gauntlt|scan'",
58+
"ls -l /app /app/build"
5859
]
5960
},
6061
{

0 commit comments

Comments
 (0)