This commit is contained in:
Bob Mottram 2015-03-17 21:32:10 +00:00
parent 26d9b08268
commit 5e201fd69f
1 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ function interactive_configuration {
6 Non-Mailbox off \
7 Social off \
8 Media off \
9 Developer 2> $data
9 Developer off 2> $data
sel=$?
case $sel in
1) exit 0;;
@ -672,7 +672,7 @@ function interactive_configuration {
done
save_configuration_file
fi
if [[ $SYSTEM_TYPE == "$VARIANT_WRITER" || $SYSTEM_TYPE == "$VARIANT_FULL" ]]; then
FULLBLOG_DETAILS_COMPLETE=
while [ ! $FULLBLOG_DETAILS_COMPLETE ]