Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapts fswarn script to new init system #156

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion includes.container/usr/sbin/init → ...container/usr/share/init.d/010-fsguard.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ function failed() {
if [[ $? -ne 0 ]]; then
failed
fi
exec /usr/lib/systemd/systemd "$@"
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ stages:
commands:
- rm -rf /FsGuard
- rm -f ./minisign.pub ./minisign.key
- chmod +x /usr/sbin/init
- chmod +x /usr/share/init.d/010-fsguard.sh

- name: cleanup2
type: shell
Expand Down
Loading