fixes syntax error
This commit is contained in:
parent
2a795cd19e
commit
73013b36d0
9
setup.sh
9
setup.sh
@ -62,8 +62,13 @@ create_hardware_config() {
|
|||||||
read type
|
read type
|
||||||
done
|
done
|
||||||
|
|
||||||
isWorkstation=$(if [ $type == "w" ]; then echo "true"; else echo "false"; fi)
|
if [ $type == "s" ]; then
|
||||||
isServer=$(if [ $type == "s" ]; then echo "true"; else echo "false" fi)
|
isServer="true"
|
||||||
|
isWorkstation="false"
|
||||||
|
else
|
||||||
|
isServer="false"
|
||||||
|
isWorkstation="true"
|
||||||
|
fi
|
||||||
|
|
||||||
flakeConfiguration="
|
flakeConfiguration="
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user