Skip to content

Commit

Permalink
adapts fswarn script to new init system
Browse files Browse the repository at this point in the history
  • Loading branch information
taukakao committed Jul 5, 2024
1 parent 6f313df commit 7658c07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 7658c07

Please sign in to comment.