remove ugly colors from machine env options

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-18 04:33:55 +02:00
parent bba062df50
commit 61c5f090f9

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# seeding rng # seeding rng
RANDOM="2$(hostname | sum | cut -f 1 -d ' ')" RANDOM="7$(hostname | sum | cut -f 1 -d ' ')"
# rng function # rng function
@ -13,4 +13,4 @@ function random_from {
# generated variables # generated variables
export MACHINE_COLOR=$(random_from 1 2 3 4 5 6 7 8 9 10 11 12 13 14) export MACHINE_COLOR=$(random_from 1 2 3 4 5 6 9 10 11 12 13 14)