Project

General

Profile

« Previous | Next » 

Revision 48111b40

Added by Scott Ullrich over 20 years ago

-e -> -r

View differences:

etc/rc.firmware_auto
35 35

  
36 36
if [ "$PMD" = "$MD" ]; then
37 37
        echo "MD5's match."  | logger -p daemon.info -i -t AutoUpgrade
38
        if [ -e "/tmp/custom.tgz" ]; then
38
        if [ -r "/tmp/custom.tgz" ]; then
39 39
            /etc/rc.firmware pfSenseupgrade /tmp/latest.tgz /tmp/custom.tgz
40 40
        else
41 41
            /etc/rc.firmware pfSenseupgrade /tmp/latest.tgz

Also available in: Unified diff