Skip to content

Commit fb4eb17

Browse files
committed
Removing verbose mode from tini
1 parent ad6fb00 commit fb4eb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
set -e
44

5-
exec "sudo" "-E" "tini" "-s" "-v" "--" "/usr/local/bin/docker-entrypoint-as-root.sh" "$@";
5+
exec "sudo" "-E" "tini" "-s" "--" "/usr/local/bin/docker-entrypoint-as-root.sh" "$@";

0 commit comments

Comments
 (0)