raspiblitz/home.admin/_tmux_network.sh
2021-12-14 23:34:35 +01:00

10 lines
231 B
Bash
Executable File

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