proper error for tmux

This commit is contained in:
spinach 2023-01-29 18:49:00 -05:00
parent 3c02aab33c
commit 7eaba6b162

View File

@ -74,7 +74,7 @@ get_station_info() {
# checks that $STATIONID is set # checks that $STATIONID is set
if [[ -z "$STATION_ID" ]] ; then if [[ -z "$STATION_ID" ]] ; then
printf 'Please set a station with bb -s' >&2 echo "Please set a station with bb -s"
exit 1 exit 1
fi fi