We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de167e1 commit ed2b4fdCopy full SHA for ed2b4fd
infra/aggregation_mode/config_file.sh
@@ -48,7 +48,7 @@ prompt_and_replace "<private_key_store_path>" "ECDSA Private Key Store Path (~/.
48
prompt_and_replace "<private_key_store_password>" "ECDSA Private Key Store Password"
49
50
# Create destination directory if it doesn't exist
51
-mkdir -p /home/user/config
+mkdir -p $HOME/config
52
53
# Copy the completed file to destination
54
cp "$TEMP_FILE" "$OUTPUT_FILE"
0 commit comments