forked from extern/shorewall_code
Merge branch '5.1.11'
# Conflicts: # Shorewall/lib.cli-std
This commit is contained in:
commit
23d498146b
@ -396,7 +396,7 @@ uptodate() {
|
||||
for dir in $g_shorewalldir $(split $CONFIG_PATH); do
|
||||
if [ -n "${busybox}" ]; then
|
||||
#
|
||||
# Busybox 'find' doesn't support -quiet.
|
||||
# Busybox 'find' doesn't support -quit.
|
||||
#
|
||||
if [ -n "$(${find} ${dir} -maxdepth 1 -type f -newer $1 -print)" ]; then
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user