This commit is contained in:
Wojciech Janota 2022-09-01 10:54:49 +02:00
parent 43c88598cf
commit 4c6d1a1ba9

View File

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