Skip to content

Commit

Permalink
Update extensions/desktop/command-chain-kde/run
Browse files Browse the repository at this point in the history
Improve error.

Co-authored-by: Alex Lowe <[email protected]>
  • Loading branch information
ScarlettGatelyMoore and lengau authored Dec 18, 2024
1 parent b00db13 commit 8363306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/desktop/command-chain-kde/run
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ fi


if [ ! -f "$1" ]; then
echo "Content snap command-chain for $1 not found: ensure slot is connected"
exit
>&2 echo "Content snap command-chain for $1 not found: ensure slot is connected"
exit 1
fi

# emulate "exec $@" using "source"
Expand Down

0 comments on commit 8363306

Please sign in to comment.