Improved readability of the run hack script

Signed-off-by: Konrad Ponichtera <konpon96@gmail.com>
This commit is contained in:
Konrad Ponichtera
2022-05-06 23:43:01 +02:00
parent 7d328ea1d6
commit 4573cd9c30
2 changed files with 41 additions and 34 deletions

View File

@@ -130,7 +130,6 @@ else
mount --rbind ${realpath_etc_ssl} /etc/ssl
fi
# shellcheck disable=SC2068
# shellcheck disable=SC2086
exec $dockerd $@
exec $dockerd "$@"
fi