Project

General

Profile

« Previous | Next » 

Revision 6cfaca8c

Added by Scott Ullrich about 20 years ago

Create symlink if pfi didnt find the location

View differences:

etc/rc
71 71
[ ! -d /cf/conf/backup/ ] || mkdir -p /cf/conf/backup/ 2>/dev/null
72 72

  
73 73
if [ "$PLATFORM" = "cdrom" ]; then
74
    [ ! -L /conf ] || /rescue/ln -s /cf/conf /conf
74
    if [ ! -L /conf ]; then
75
	/rescue/ln -s /cf/conf /conf
76
    fi
75 77
    [ ! -f /cf/conf/config.xml ] || /rescue/cp /FreeSBIE/cf/conf/config.xml /cf/conf/
76 78
    [ ! -f /cf/conf/ez-ipupdate.cache ] || /rescue/cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/
77 79
    mkdir /var/db/

Also available in: Unified diff