This commit is contained in:
Bob Mottram 2016-01-12 09:20:12 +00:00
parent b839470beb
commit 1b1f2258dc
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ continue_installation() {
if [ ${#CONFIG_FILENAME} -gt 2 ]; then
cp $CONFIG_FILENAME $rootdir/root/$PROJECT_NAME.cfg
cat $rootdir/root/$PROJECT_NAME.cfg
chroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg
schroot "$rootdir" $PROJECT_NAME -c /root/$PROJECT_NAME.cfg
fi
fi
}