config.sh 112 B

12345
  1. #!/bin/bash
  2. # Set the domain name and new hostname
  3. DOMAIN="example.com"
  4. NEW_HOSTNAME="newhostname.example.com"