Minor correction

This commit is contained in:
Netkas 2021-01-16 12:36:20 -05:00
parent a2d9463380
commit 27e4c97ea9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ while sleep 60; do
ps aux | grep coffeehouse_emotions | grep -q -v grep
EMOTION_STATUS=$?
if [ $EMOTION_STATUS -ne 0 ]; then
echo "ERROR: coffeehouse_emotion has been terminated, terminating container."
echo "ERROR: coffeehouse_emotions has been terminated, terminating container."
exit 1
fi