forked from TrueCloudLab/frostfs-dev-env
[#172] Makefile: Fix SSL_CONFIG var assignment
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
b0087a5357
commit
f7ead4b014
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