From 4e16c3dd5f4c5740ab92facf2083282440df9ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suder?= Date: Wed, 26 Sep 2018 15:52:13 +0200 Subject: [PATCH] Fix common systemd pitfalls die msg That change introduces correct way of generating msg for die in common systemd pitfalls. Co-Authored-By: Szymon Datko Co-Authored-By: Piotr Bielak Change-Id: I28aebffce6c5561360a9e44c1abc44b709054c30 --- functions-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions-common b/functions-common index fae936a3d0..d83cd4c3bb 100644 --- a/functions-common +++ b/functions-common @@ -1439,7 +1439,7 @@ function _common_systemd_pitfalls { # do some sanity checks on $cmd to see things we don't expect to work if [[ "$cmd" =~ "sudo" ]]; then - local msg=<