@ -8,7 +8,8 @@ while true; do
if [ $? -ne 0 ]; then
echo "app.out is not running, restart it"
cd /app
./app.sh
./app.sh &
sleep 3
fi
sleep 1
done