diff --git a/Linux_Toolbox.sh b/Linux_Toolbox.sh index 81ed890..33d6390 100755 --- a/Linux_Toolbox.sh +++ b/Linux_Toolbox.sh @@ -165,7 +165,9 @@ fi if [[ $index -eq 14 ]] && [[ $i == *"TRUE"* ]]; then echo "Changing Hostname" - hostnamectl set-hostname + echo "Please input new Hostname" + read hostname + hostnamectl set-hostname $hostname fi if [[ $index -eq 15 ]] && [[ $i == *"TRUE"* ]]; then