Skip to content

Commit 8c95997

Browse files
Update walker launch.sh
1 parent e30edcd commit 8c95997

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dotfiles/.config/walker/launch.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# Check if elephant is running
44
if pgrep "elephant" > /dev/null
55
then
6-
# Send this diagnostic message to Standard Error (2>&1)
7-
echo ":: Elephant is running. ::" >&2
6+
# Send this diagnostic message to Standard Error (2>&1)
7+
echo ":: Elephant is running. ::" >&2
88
else
9-
# Send this diagnostic message to Standard Error (2>&1)
10-
echo ":: Elephant is NOT running. ::" >&2
9+
# Send this diagnostic message to Standard Error (2>&1)
10+
echo ":: Elephant is NOT running. ::" >&2
11+
elephant &
1112
fi
1213

1314
# Send this diagnostic message to Standard Error (2>&1)

0 commit comments

Comments
 (0)