chore: remove edge node configs and update paths from configs/ to config/
- Delete edge-node-aitbc.yaml primary container configuration - Delete edge-node-aitbc1.yaml secondary container configuration - Update docs/1_project/5_done.md path reference from configs/ to config/ - Update scripts/ops/install_miner_systemd.sh systemd service path from configs/systemd/ to config/systemd/
This commit is contained in:
@@ -25,7 +25,7 @@ pip install -r "$APP_DIR/requirements.txt" || true
|
||||
|
||||
deactivate
|
||||
|
||||
install -m 644 "$(pwd)/configs/systemd/${SERVICE_NAME}.service" "$SYSTEMD_PATH"
|
||||
install -m 644 "$(pwd)/config/systemd/${SERVICE_NAME}.service" "$SYSTEMD_PATH"
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable --now "$SERVICE_NAME"
|
||||
|
||||
Reference in New Issue
Block a user