fucking hell
This commit is contained in:
@@ -24,7 +24,7 @@ print_warning() {
|
|||||||
echo -e "${YELLOW}⚡${NC} $1"
|
echo -e "${YELLOW}⚡${NC} $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
HOSTNAME="${1:-tahani}"
|
HOSTNAME="${1:-$(hostname)}"
|
||||||
|
|
||||||
print_info "Applying configuration for $HOSTNAME"
|
print_info "Applying configuration for $HOSTNAME"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ print_warning() {
|
|||||||
echo -e "${YELLOW}⚡${NC} $1"
|
echo -e "${YELLOW}⚡${NC} $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
HOSTNAME="${1:-tahani}"
|
HOSTNAME="${1:-$(hostname)}"
|
||||||
|
|
||||||
print_info "Building configuration for $HOSTNAME"
|
print_info "Building configuration for $HOSTNAME"
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ print_error() {
|
|||||||
echo -e "${RED}❌${NC} $1"
|
echo -e "${RED}❌${NC} $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
HOSTNAME="${1:-tahani}"
|
HOSTNAME="${1:-$(hostname)}"
|
||||||
|
|
||||||
print_info "Building and switching configuration for $HOSTNAME"
|
print_info "Building and switching configuration for $HOSTNAME"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user