We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd21fb commit 7fd5fbdCopy full SHA for 7fd5fbd
backend/config/crypto/keys.bash
@@ -11,6 +11,7 @@ INSTALL_PATH="foundation/src/main/resources/keystore"
11
PASSWORD="$ITMO_DATING_KEY_STORE_PASSWORD"
12
13
function copy() {
14
+ mkdir -p "../../$INSTALL_PATH"
15
cp "$1" "../../$INSTALL_PATH/$1"
16
}
17
0 commit comments