Skip to content

Commit

Permalink
remove extra references from service group tool
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Sep 1, 2023
1 parent 3622de5 commit 0d18bd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/bin/pdo-create-service-groups.psh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
## load the eservice and pservice groups for the specified service host
set --conditional -s service_host -v localhost
set --conditional -s group_file -v ${home}/etc/${service_host}_groups.toml
set --conditional -s dbfile --state Service EnclaveServiceDatabaseFile

if --null "${data}"
echo data macro must be defined
exit
fi

echo create groups for ${service_host} in ${group_file}

## -----------------------------------------------------------------
## Set the default set of eservices that this file knows
## about. There may be more that have been added to the
Expand Down

0 comments on commit 0d18bd1

Please sign in to comment.