copy_logs: Copy the generated openrc to the logs if it's there

Change-Id: Ie5b172f0d767437ac76de50c467bbc88382dcc95
This commit is contained in:
David Moreau-Simard 2016-09-12 09:47:11 -04:00
parent 76a0ffd113
commit 4524263d54

View File

@ -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