Skip to content

Commit 6d9e5bf

Browse files
caladdbsanders
authored andcommitted
BUGFIX: Apache appears to need restarted after the barnacle during the Redhat bootable ISO build
1 parent 577681e commit 6d9e5bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/iso-builder/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ then
4949
# Barnacle with the non-bootable ISO
5050
python ./tools/fab/frontend-install.py --use-existing --stacki-iso=$(ls -1 ./build-*/stacki-*.iso)
5151

52+
# Restart httpd, it seems to be in a crashed state after barnacle
53+
systemctl restart httpd
54+
5255
# Add the CentOS pallet
5356
source /etc/profile.d/stack-binaries.sh
5457
stack add pallet /export/isos/CentOS-7-x86_64-Everything-1708.iso

0 commit comments

Comments
 (0)