forked from extern/shorewall_code
Fix the dump command
This commit is contained in:
parent
ee5d2a56da
commit
0b9aa0f84b
@ -808,6 +808,8 @@ dump_command() {
|
||||
done
|
||||
|
||||
if [ -z "$LOGFILE" ]; then
|
||||
LOGFILE=/var/log/messages
|
||||
|
||||
if [ -n "$(syslog_circular_buffer)" ]; then
|
||||
g_logread="logread | tac"
|
||||
elif [ -r $LOGFILE ]; then
|
||||
|
@ -695,6 +695,8 @@ dump_command() {
|
||||
done
|
||||
|
||||
if [ -z "$LOGFILE" ]; then
|
||||
LOGFILE=/var/log/messages
|
||||
|
||||
if [ -n "$(syslog_circular_buffer)" ]; then
|
||||
g_logread="logread | tac"
|
||||
elif [ -r $LOGFILE ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user