mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -f /tmp/format_node_disk_c_done ]; then
|
|
rm /tmp/format_node_disk_c_done
|
|
fi
|
|
|
|
screen -dmS disk /opt/apolloapi/backend/format_node_disk_c
|
|
|
|
sleep 75
|