Skip to content

Commit

Permalink
minor fix checking tini binary #51
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jun 27, 2018
1 parent ffad6e5 commit bf48805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -3831,7 +3831,8 @@ done
[ -e "/usr/local/share/x11docker/tini-static" ] && Tinibinary="/usr/local/share/x11docker/tini-static"
[ -e "$Hostuserhome/.local/share/x11docker/tini-static" ] && Tinibinary="$Hostuserhome/.local/share/x11docker/tini-static"
Tinibinary="$(realpath "$Tinibinary")"
[ -z "$Tinibinary" ] && {
[ -e "$Tinibinary" ] || {
Tinibinary=""
Initsystem="none"
note "Did not find container init system 'tini'.
This is a bug in your distributions docker package.
Expand Down

0 comments on commit bf48805

Please sign in to comment.