diff options
| -rwxr-xr-x | bin/debian-edu-faiinstall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/debian-edu-faiinstall b/bin/debian-edu-faiinstall index 6af3c26..7eb38d4 100755 --- a/bin/debian-edu-faiinstall +++ b/bin/debian-edu-faiinstall @@ -184,6 +184,7 @@ for codename in ${codenames}; do [ "$FAI_DEBOOTSTRAP_OPTS" ] || FAI_DEBOOTSTRAP_OPTS="--arch=${arch}" [ "$FAI_CONFIGDIR" ] || FAI_CONFIGDIR="/srv/fai/config" + FAI_CONFIGDIR_REAL="${FAI_CONFIGDIR}" # if FAI_CONFIGDIR is a symlink, we need to find the real location... if [ -h ${FAI_CONFIGDIR} ]; then FAI_CONFIGDIR_REAL="$(readlink ${FAI_CONFIGDIR})" |
