Fix service name in enabled service check
Change-Id: Idee35a8495b3c3295985ea0ccb109e1f0194045d
This commit is contained in:
parent
1f0b8e2694
commit
84c6a5f2fb
@ -27,7 +27,7 @@ function is_functions_enabled {
|
||||
}
|
||||
|
||||
function create_functions_accounts {
|
||||
if [[ "$ENABLED_SERVICES" =~ "functions" ]]; then
|
||||
if [[ "$ENABLED_SERVICES" =~ "picasso" ]]; then
|
||||
|
||||
create_service_user "picasso" "admin"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user