From 0100801a248a0e1977401ce466f9796b247153c3 Mon Sep 17 00:00:00 2001 From: John Supplee Date: Sat, 9 Mar 2019 16:05:17 +0200 Subject: [PATCH] bug fixes for options program --- setup/questions.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index b9de2c68..61ef19bf 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -194,9 +194,14 @@ if [ -z "${STORAGE_ROOT:-}" ]; then STORAGE_ROOT=$([[ -z "${DEFAULT_STORAGE_ROOT:-}" ]] && echo "/home/$STORAGE_USER" || echo "$DEFAULT_STORAGE_ROOT") fi +# export options variables so they are visible to the options program +export POSTGREY +export POSTSRSD +export POLICY_SPF + python3 setup/options-dialog.py source ./_options.sh -rm _optoins.sh +rm _options.sh # Show the configuration, since the user may have not entered it manually.