install-multi-user.sh: Remove unused variables

https://hydra.nixos.org/build/104119659
This commit is contained in:
Eelco Dolstra 2019-10-23 21:24:00 +02:00
parent b421895c1e
commit 2f96a89646
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ readonly BLUE_UL='\033[38;4;34m'
readonly GREEN='\033[38;32m'
readonly GREEN_UL='\033[38;4;32m'
readonly RED='\033[38;31m'
readonly RED_UL='\033[38;4;31m'
readonly YELLOW='\033[38;33m'
readonly YELLOW_UL='\033[38;4;33m'
readonly NIX_USER_COUNT="32"
readonly NIX_BUILD_GROUP_ID="30000"