From 32f3cea10a29493559bb1e966fb67570268e4af0 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Wed, 19 Feb 2020 04:00:37 +0100 Subject: [PATCH] added commands to display the end of the deployment log files --- commands_status.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands_status.conf b/commands_status.conf index 058c143..de3121b 100644 --- a/commands_status.conf +++ b/commands_status.conf @@ -6,3 +6,5 @@ free -h df -h cat /var/run/reboot-required who +tail -n 20 /var/www/admin.strassenkind.ip/stdout.log +tail -n 20 /var/www/admin.strassenkind.ip/stderr.log