Skip to content

Commit

Permalink
Still don't want init-scripts set up
Browse files Browse the repository at this point in the history
  • Loading branch information
ferricoxide committed Oct 23, 2024
1 parent 80cc35f commit 91ea94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWSutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function InstallCfnBootstrap {
err_exit "Failed making cfn-hup service executable"

err_exit "Using alternatives to configure cfn-hup symlink and initscript..." NONE
chroot "${CHROOTMNT}" alternatives --verbose --install /opt/aws/bin/cfn-hup cfn-hup /usr/local/bin/cfn-hup 1 --initscript cfn-hup || \
chroot "${CHROOTMNT}" alternatives --verbose --install /opt/aws/bin/cfn-hup cfn-hup /usr/local/bin/cfn-hup 1 || \
err_exit "Failed configuring cfn-hup symlink and initscript"

err_exit "Cleaning up install files..." NONE
Expand Down

0 comments on commit 91ea94d

Please sign in to comment.