Skip to content

Commit

Permalink
fix enrollment service condition
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
  • Loading branch information
reubenmiller committed Oct 2, 2024
1 parent 6f556f9 commit d442f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/common/utils/enroll/enroll.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Bootstrap container

[Service]
Type=oneshot
ExecCondition=sh -c '! test -f "(tedge config get device.cert_path)"'
ExecCondition=sh -c '! test -f "$(tedge config get device.cert_path)"'
ExecStart=/usr/bin/enroll.sh
WorkingDirectory=/etc

Expand Down

0 comments on commit d442f7f

Please sign in to comment.