6 lines
58 B
Bash
6 lines
58 B
Bash
|
cd /var/tmp
|
||
|
if [ -f debug.log ]
|
||
|
then
|
||
|
cat debug.log
|
||
|
fi
|