Skip to content

Commit

Permalink
instance-manager: fix tini init path in entrypoint script. (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Nashwan Azhari <[email protected]>
  • Loading branch information
aznashwan authored Sep 11, 2024
1 parent 98b2997 commit ace11d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1.7.0/longhorn-instance-manager/pebble-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if [ $# -eq 0 ]; then
fi

# https://github.com/longhorn/longhorn-instance-manager/blob/v1.7.0/package/Dockerfile#L175
exec tini -- $TINI_ARGS
exec /tini -- $TINI_ARGS

0 comments on commit ace11d4

Please sign in to comment.