From 4c6d1a1ba90b3434032973c254997982d3366331 Mon Sep 17 00:00:00 2001 From: Wojciech Janota Date: Thu, 1 Sep 2022 10:54:49 +0200 Subject: [PATCH] Fixes --- setup-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-system.sh b/setup-system.sh index 8dc53b6..987132e 100755 --- a/setup-system.sh +++ b/setup-system.sh @@ -94,7 +94,7 @@ if [[ $device_selection = "PC" ]]; then elif [[ $device_selection = "HUAWEI" ]]; then $hostname_name="gabriel" echo $hostname_name -elif [[ $device_selection = "T420" ]] +elif [[ $device_selection = "T420" ]]; then $hostname_name="ramiel" echo $hostname_name else