From 4524263d54dcb80d6d16a6424d18f8e647e47190 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Mon, 12 Sep 2016 09:47:11 -0400 Subject: [PATCH] copy_logs: Copy the generated openrc to the logs if it's there Change-Id: Ie5b172f0d767437ac76de50c467bbc88382dcc95 --- copy_logs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/copy_logs.sh b/copy_logs.sh index 5dbbab447..8f7d234cd 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -175,6 +175,7 @@ if [ `command -v rpm` ]; then fi # system status & informations +sudo cp /root/openrc $LOG_DIR/openrc.txt df -h > $LOG_DIR/df.txt free -m > $LOG_DIR/free.txt lsmod > $LOG_DIR/lsmod.txt