Skip to content

Commit 23a4a74

Browse files
committed
Update pool_creation.sh
1 parent e3ea539 commit 23a4a74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pool_creation.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Variables
6-
MASTER_SEED="0x"
6+
export MASTER_SEED=""
77
USER="ubuntu"
88
PASSWORD_FILE="/home/$USER/password.txt"
99
SECRET_DIR="/home/$USER/.secrets"
@@ -357,6 +357,8 @@ main() {
357357
create_pool "$pool_name" "$region"
358358

359359
cleanup
360+
361+
unset MASTER_SEED
360362

361363
echo "Setup complete. Please review the logs and verify the services are running correctly."
362364
}

0 commit comments

Comments
 (0)