o
continuous-integration/drone/push Build is passing Details

master
remrem 1 year ago
parent 352246bee7
commit 454febd3c0

@ -6,6 +6,8 @@ echo '[INFO] LAUNCH CRON IN BACKGROUND'
service cron start
service cron status
python3 /app/testFinal.py
while true; do
if [ -f "/app/cron_exist.cron" ]; then
echo "YES CRON WORKS"

Loading…
Cancel
Save