Решение с -0 балансом в кроне
Cron
# Решение проблемы с -0 счетом
00 09 * * * root /var/mikbill/custom_scripts/discard_thousandths_of_users_balance.sh
#!/bin/bash
cd /var/www/mikbill/admin
php ./index.php discard_thousandths_of_users_balance
# Решение проблемы с -0 счетом
00 09 * * * root /var/mikbill/custom_scripts/discard_thousandths_of_users_balance.sh
- cd /var/mikbill/custom_scripts/
- nano discard_thousandths_of_users_balance.sh
#!/bin/bash
cd /var/www/mikbill/admin
php ./index.php discard_thousandths_of_users_balance
- chmod +x discard_thousandths_of_users_balance.sh
Комментарии
Отправить комментарий