From 6954d7161877695629239a2ca5801d9bc689e967 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <christian.elberfeld@adesso.de> Date: Tue, 9 Feb 2021 22:57:01 +0100 Subject: [PATCH] add --no-pager --- .../cryptdata/templates/mount_crypt_and_start_services.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/verwaltung/cryptdata/templates/mount_crypt_and_start_services.sh b/verwaltung/cryptdata/templates/mount_crypt_and_start_services.sh index 619aa644..57d3ff21 100644 --- a/verwaltung/cryptdata/templates/mount_crypt_and_start_services.sh +++ b/verwaltung/cryptdata/templates/mount_crypt_and_start_services.sh @@ -19,6 +19,7 @@ echo "starting services" systemctl start containerd.service systemctl start docker.service systemctl start docker.socket -systemctl status containerd.service -systemctl status docker.service -systemctl status docker.socket +systemctl status containerd.service --no-pager +systemctl status docker.service --no-pager +systemctl status docker.socket --no-pager + -- GitLab