Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Fail 'gracefully' on not being able to reload apparmor profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sargun committed Aug 16, 2018
1 parent e6c4ea0 commit f0366d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/builder/titus-executor-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ systemctl enable titus-reaper.service
systemctl enable titus-setup-networking.timer
systemctl enable titus-vpc-gc.timer
systemctl enable lxcfs || echo "Not enabling LXCFS -- it is not available"
systemctl reload apparmor
systemctl reload apparmor || echo "Could not reload apparmor"
EOF
chmod +x /tmp/post-install.sh

Expand Down

0 comments on commit f0366d7

Please sign in to comment.