Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
@ -25,7 +25,7 @@ if [ -n "$just_installed" ]; then
need_restart=true
fi
if [ "$need_restart" ]; then
if [ -n "$need_restart" ] && [ -z "$NO_DOCKER_RESTART" ]; then
systemctl daemon-reload &&
service docker restart
@ -195,7 +195,7 @@ if ! [ -L "$ca_ln" ] || [ "$(realpath "$ca_ln")" != "$ca" ] ; then
need_restart=1