mirror of
https://github.com/willfarrell/docker-autoheal.git
synced 2024-12-06 19:16:20 +01:00
fix typo
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ term_handler() {
|
||||
trap 'kill $$; term_handler' SIGTERM
|
||||
|
||||
if [ "$1" = "autoheal" ]
|
||||
+then
|
||||
then
|
||||
if [ -n "$UNIX_SOCK" ] && ! [ -S "$DOCKER_SOCK" ]
|
||||
then
|
||||
echo "unix socket is currently not available" >&2
|
||||
|
||||
Reference in New Issue
Block a user