Skip to content

Commit

Permalink
Create ps-hosts-not-found.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hooloobooroodkoo authored Nov 7, 2024
1 parent f4a8988 commit fe909df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ps-hosts-not-found.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
date
python ps-hosts-not-found.py
rc=$?; if [[ $rc != 0 ]]; then
echo "problem running hosts not found. Exiting."
exit $rc
fi

0 comments on commit fe909df

Please sign in to comment.