Skip to content

Commit 7fd5fbd

Browse files
committed
#54 Fix key pair generation
1 parent bcd21fb commit 7fd5fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/config/crypto/keys.bash

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ INSTALL_PATH="foundation/src/main/resources/keystore"
1111
PASSWORD="$ITMO_DATING_KEY_STORE_PASSWORD"
1212

1313
function copy() {
14+
mkdir -p "../../$INSTALL_PATH"
1415
cp "$1" "../../$INSTALL_PATH/$1"
1516
}
1617

0 commit comments

Comments
 (0)