Skip to content

Commit

Permalink
yosemite_bios reset script - typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bezalel committed Apr 8, 2019
1 parent 83c970d commit 2943d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ yosemite_bios/reset_yosemite_testnet_on_local.sh
yosemite_bios/reset_std_token_yosemite_testnet_on_local.sh
yosemite_bios/stop_yosemite_testnet_node_local.sh
yosemite_bios/start_yosemite_testnet_node_local.sh
yosemite_bios/clean_data_yosemite_testnet_on_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ set -x

{ set +x; } 2>/dev/null
echo "${red}Really want to reset Testnet node data?${reset}"
echo "${red}[WARNING] all data including yosemite node data and mongo db data will be deleted permanately.${reset}"
echo "${red}[WARNING] all data including yosemite node data and mongo db data will be deleted permanantely.${reset}"
echo "write YES to proceed reset process."
read USER_CONFIRM_TO_PROCEED
if [ "$USER_CONFIRM_TO_PROCEED" != "YES" ]; then
Expand Down

0 comments on commit 2943d7d

Please sign in to comment.