Skip to content

Commit

Permalink
fix quote
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 authored Jan 22, 2025
1 parent 25cd9c2 commit db0ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/usr/lib/systemd/system
mkdir -p "${{targets.subpkgdir}}/usr/lib/systemd/system-preset"
install -Dm644 sshd.service "${{targets.subpkgdir}}"/usr/lib/systemd/system
echo "enable sshd.service" > ${{targets.subpkgdir}}/usr/lib/systemd/system-preset/80-sshd.preset"
echo "enable sshd.service" > "${{targets.subpkgdir}}/usr/lib/systemd/system-preset/80-sshd.preset"
dependencies:
runtime:
- systemd
Expand Down

0 comments on commit db0ea85

Please sign in to comment.