Skip to content

Commit

Permalink
Fixed Host Name error
Browse files Browse the repository at this point in the history
Fixed Host Name error
  • Loading branch information
cryptopool-builders committed Mar 8, 2020
1 parent 36b26bb commit 8ef94c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

source /etc/functions.sh

RESULT=$(dialog --stdout --default-item 1 --title "Ultimate Crypto-Server Setup Installer v1.84" --menu "Choose one" -1 60 6 \
RESULT=$(dialog --stdout --default-item 1 --title "Ultimate Crypto-Server Setup Installer v1.85" --menu "Choose one" -1 60 6 \
' ' "- For small private pools -" \
1 "YiiMP - Single Server" \
' ' "- If you plan on adding more servers later -" \
Expand Down
2 changes: 1 addition & 1 deletion send_mail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

echo -e " Installing mail system $COL_RESET"

sudo debconf-set-selections <<< "postfix postfix/mailname string ${host_name}"
sudo debconf-set-selections <<< "postfix postfix/mailname string ${PRIMARY_HOSTNAME}"
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Internet Site'"
apt_install mailutils

Expand Down

0 comments on commit 8ef94c0

Please sign in to comment.