Browse Source

better info in clean

#146
rootzoll 6 years ago
parent
commit
44da5f4294
  1. 5
      home.admin/XXcleanHDD.sh

5
home.admin/XXcleanHDD.sh

@ -3,9 +3,8 @@ echo ""
# load network # load network
network=`cat .network` network=`cat .network`
echo "!!!! This will DELETE your personal data from the HDD !!!!" echo "!!!! This will DELETE your data & POSSIBLE FUNDS from the HDD !!!!"
echo "--> use the HDD with just blockchain in a fresh setup" echo "Press ENTER to really continue - CTRL+c to CANCEL (last chance)"
echo "Press ENTER to continue - CTRL+c to CANCEL"
read key read key
sudo dphys-swapfile swapoff sudo dphys-swapfile swapoff
sudo systemctl stop ${network}d.service sudo systemctl stop ${network}d.service

Loading…
Cancel
Save