From 0338483e727ce4cf42f0db67c8f34ee4199ae330 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 16:54:39 +0000 Subject: [PATCH] ci: typo --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index fa8fd9b..7e6948f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -104,8 +104,8 @@ jobs: echo '[Service]' >> test.service echo 'User=user' >> test.service echo 'RemainAfterExit=yes' >> test.service - echo 'StandardError=append:/var/log/test.log - echo 'StandardOutput=append:/var/log/test.log + echo 'StandardError=append:/var/log/test.log' >> test.service + echo 'StandardOutput=append:/var/log/test.log' >> test.service echo 'Type=oneshot' >> test.service echo 'WorkingDirectory=/home/user' >> test.service echo 'TimeoutStopSec=1' >> test.service