Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
johng42 authored Feb 19, 2019
1 parent 3ddf924 commit 91b43d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function check_status() {
if [ $? -ne 0 ]; then
echo TabPy startup failed.
echo TabPy startup failed. Cannot find Python. Check that Python is installed and is in the system PATH environment variable.
exit 1
fi
}
Expand Down

0 comments on commit 91b43d7

Please sign in to comment.