summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/set-screen2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/set-screen b/bin/set-screen
index 49556e2..9d53edd 100755
--- a/bin/set-screen
+++ b/bin/set-screen
@@ -35,6 +35,8 @@ function run_display_state_commands() {
if [[ -x "${CONFIG_DIR}/post-command" ]]; then
"${CONFIG_DIR}/post-command"
fi
+ else
+ >&2 echo "There's no settings for the current display configuration; run '$0 make' to create them"
fi
}