From 428fe95619e2ce05e79df0185bdaa6b459e76d3e Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 11 Aug 2025 11:55:26 +0200 Subject: [PATCH] up --- apps/x86_64-linux/build-switch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x86_64-linux/build-switch b/apps/x86_64-linux/build-switch index 9f54891..ed87bb1 100644 --- a/apps/x86_64-linux/build-switch +++ b/apps/x86_64-linux/build-switch @@ -7,7 +7,7 @@ RED='\033[1;31m' YELLOW='\033[1;33m' NC='\033[0m' -HOSTNAME=$(hostname) +HOSTNAME="tahani" echo -e "${YELLOW}Starting...${NC}"