Update setup.sh

This commit is contained in:
Josh S 2023-12-08 12:46:37 -05:00 committed by GitHub
parent f57789bd96
commit 8b06eeb10e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,4 +83,9 @@ EOL
# Restart SSH
sudo systemctl restart ssh
rm /etc/hostname
cat <<EOL | sudo tee -a /etc/hostname > /dev/null
$host
EOL
echo -e "\e[32m* Domain setup completed\e[0m"