forked from TrueCloudLab/frostfs-dev-env
[#231] Makefile: Fix SSL_CONFIG var assignment
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
f55dc15476
commit
9d2cc54f40
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
CURRENT_DIR=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
STORAGE_DIR=$(patsubst %/,%,$(CURRENT_DIR))
|
||||
SSL_CONFIG=$(shell mktemp)
|
||||
SSL_CONFIG:=$(shell mktemp)
|
||||
|
||||
get.storage:
|
||||
@echo "⇒ Creating TLS certs to NeoFS node"
|
||||
|
|
Loading…
Reference in a new issue