X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fporterbox%2Ffiles%2Fschroot-dsa%2Fconfig;h=86be1a93577bb37355dea3866a50cef2d7e73064;hb=6c1ddb4d3292d02659f13442e82a89a63ab006ae;hp=4667031251bd2514817db1215252802b6485e044;hpb=cab8f7411f0b40678845bd51d3490b4278faa3fb;p=mirror%2Fdsa-puppet.git diff --git a/modules/porterbox/files/schroot-dsa/config b/modules/porterbox/files/schroot-dsa/config index 466703125..86be1a935 100644 --- a/modules/porterbox/files/schroot-dsa/config +++ b/modules/porterbox/files/schroot-dsa/config @@ -5,7 +5,14 @@ ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## -[ -e "/etc/schroot/default/config" ] && . "/etc/schroot/default/config" +if [ -e "$/etc/schroot/default/config" ]; then + . "$/etc/schroot/default/config" +else + FSTAB="/etc/schroot/default/fstab" + COPYFILES="/etc/schroot/default/copyfiles" + NSSDATABASES="/etc/schroot/default/nssdatabases" +fi + # added by weasel: if [ "$CHROOT_SESSION_PURGE" = "true" ]; then