Skip to content

Commit

Permalink
interactive_part.sh: Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 24, 2024
1 parent 3d8b635 commit 6da1cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ubuntu_22.04/interactive_part.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if [ "$1" == "--noninteractive" ]; then
echo "Skipping interactive commands as $1 parameter was provided"
# TODO try configuring postfix noninteractively
# TODO format the code nicer...
sudo debconf-set-selections <<EOF
postfix postfix/main_mailer_type select No configuration
sudo debconf-set-selections <<- EOF
postfix postfix/main_mailer_type select No configuration
EOF
sudo apt-get install -y postfix
elif [ "$1" == "" ]; then
Expand Down

0 comments on commit 6da1cb2

Please sign in to comment.