Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SheldonLuo2 authored Jan 1, 2019
1 parent f9c0aa6 commit 4add0e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CONFIG="/home/luoshuilong/brks/brks/log.conf"
PIDFILE="/home/luoshuilong/brks/brks/brkspidfile.log"

if [ ! -x "$PROGRAM" ]; then
echo "no search file $PROGRAM"
exit 1
fi

if [ ! -x "$CONFIG" ]; then
echo "no search file $CONFIG"
Expand Down

0 comments on commit 4add0e4

Please sign in to comment.