raspiblitz/home.admin/_tmux_network.sh

10 lines
231 B
Bash
Raw Permalink Normal View History

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