fucking hell

This commit is contained in:
2025-12-06 18:28:54 +00:00
parent 89185f285e
commit 5bb19d7643
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"