4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/bash
|
|
cd /var/www/html/engine/cron/data_sync || exit 1
|
|
php sync_doctors_and_zones.php
|