Fix service name in enabled service check

Change-Id: Idee35a8495b3c3295985ea0ccb109e1f0194045d
This commit is contained in:
Denis Makogon 2017-01-09 20:46:03 +02:00
parent 1f0b8e2694
commit 84c6a5f2fb
1 changed files with 1 additions and 1 deletions

View File

@ -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"