From 7eaba6b1628b470db43804541cb17a0d4fc1fc08 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sun, 29 Jan 2023 18:49:00 -0500 Subject: [PATCH] proper error for tmux --- bluebikes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluebikes b/bluebikes index a73596b..a017d34 100755 --- a/bluebikes +++ b/bluebikes @@ -74,7 +74,7 @@ get_station_info() { # checks that $STATIONID is set if [[ -z "$STATION_ID" ]] ; then - printf 'Please set a station with bb -s' >&2 + echo "Please set a station with bb -s" exit 1 fi