Files
raspiblitz/home.admin/_tmux_network.sh
/rootzoll 39fd3344ce #4324 New Drive Layout: Boot NVMe, Proxmox & OldLaptop (#4997)
Big refactor based on #4324 introducing a new drive layout - adding optimizations for Proxmox and old laptop drive layout . Also making it possible to boot from NVMe. Replacing blitz.datadrive.sh with blitz.data.sh - icluding the possibility to migrate an old ssd/nvme to a bigger one (copying complete data and blockchain). Lots of smaller changes.
2025-05-15 13:04:22 +02:00

10 lines
249 B
Bash
Executable File

#!/bin/bash
# script for custom tmux status bar
if [ -f "/mnt/hdd/app-data/raspiblitz.conf" ]; then
source /mnt/hdd/app-data/raspiblitz.conf 2>/dev/null
echo " ${network} "
else
#echo "$configFile does not exist"
echo " unknown "
fi