We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4a584 commit 4252cb3Copy full SHA for 4252cb3
1 file changed
infra/aggregation_mode/aggregation_mode.sh
@@ -88,9 +88,9 @@ source $HOME/.bashrc
88
foundryup
89
90
# Create directories
91
-mkdir -p config
92
-mkdir -p .config/systemd/user
93
-mkdir -p .keystores
+mkdir -p ~/config
+mkdir -p ~/.config/systemd/user
+mkdir -p ~/.keystores
94
95
# Create keystore
96
cast wallet import proof_aggregation.keystore -k $HOME/.keystores -i
0 commit comments