Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pre-start script
  2. if [ ! -f $REQUIRED_FILE ]; then
  3. echo "$REQUIRED_FILE does not exit" >> $LOG_FILE
  4. stop
  5. exit 1
  6. fi
  7. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement