mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
Function to read hostname added.
This commit is contained in:
parent
4547c5b259
commit
f60f081a6f
@ -304,6 +304,10 @@ do_configure_wifi_country() {
|
||||
IFS=$oIFS
|
||||
}
|
||||
|
||||
get_hostname() {
|
||||
cat /etc/hostname | tr -d " \t\n\r"
|
||||
}
|
||||
|
||||
do_change_hostname() {
|
||||
if [ "$INTERACTIVE" = True ]; then
|
||||
whiptail --msgbox "\
|
||||
|
Loading…
Reference in New Issue
Block a user