mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-16 13:10:50 +02:00
17 lines
227 B
Bash
Executable File
17 lines
227 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Stop node
|
|
screen -X -S node quit
|
|
sleep 5
|
|
|
|
# Umount disk
|
|
echo "umounting disk"
|
|
|
|
# Format disk
|
|
echo "formatting disk"
|
|
|
|
# Mount back disk
|
|
echo "mounting back disk"
|
|
|
|
# Recreate Bitcoin directory
|
|
echo "recreating dir" |