Skip to content

Commit cdb1dd8

Browse files
Update etc/kayobe/environments/ci-aio/automated-setup.sh
Co-authored-by: Mark Goddard <[email protected]>
1 parent 3d44cbf commit cdb1dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/environments/ci-aio/automated-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cat << EOF | sudo tee -a /etc/hosts
66
10.205.3.187 pulp-server pulp-server.internal.sms-cloud
77
EOF
88

9-
if [ "sudo vgdisplay | grep -q lvm2" ]; then
9+
if sudo vgdisplay | grep -q lvm2; then
1010
sudo lvextend -L 4G /dev/rootvg/lv_home -r || true
1111
sudo lvextend -L 4G /dev/rootvg/lv_tmp -r || true
1212
fi

0 commit comments

Comments
 (0)