From 98391bdb465d7719320efc32008e78d860767459 Mon Sep 17 00:00:00 2001 From: Dante Date: Mon, 16 Jan 2023 13:08:30 +0000 Subject: [PATCH] Fix set role for command line calls --- scripts/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/config b/scripts/config index caf3da0..3f68aaa 100644 --- a/scripts/config +++ b/scripts/config @@ -31,7 +31,7 @@ function get__listuser { existingUsers=$(grep -- "\".*: user" "$final_path/config.yaml" | sed -r 's/: user//' | tr -d '[:blank:]' | sed '/^#/d' | tr -d '\"' | tr '\n' ',') cat <