Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/templates/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Blockchain Iquidus资源管理器同步脚本无法与crontab作业一起使用_Blockchain_Bitcoin - Fatal编程技术网

Blockchain Iquidus资源管理器同步脚本无法与crontab作业一起使用

Blockchain Iquidus资源管理器同步脚本无法与crontab作业一起使用,blockchain,bitcoin,Blockchain,Bitcoin,Iquidus资源管理器同步脚本无法与ubuntu 20中的crontab作业一起使用。当手动输入到终端工作时。我试过使用aws服务器,但当我尝试使用digitalocean时,在终端中手动键入时,它不起作用 为什么不使用cron */1 * * * * cd ~/explorer && node scripts/sync.js index update > /dev/null 2>&1 为什么?

Iquidus资源管理器同步脚本无法与ubuntu 20中的crontab作业一起使用。当手动输入到终端工作时。我试过使用aws服务器,但当我尝试使用digitalocean时,在终端中手动键入时,它不起作用

为什么不使用cron

*/1 * * * * cd ~/explorer && node scripts/sync.js index update > /dev/null 2>&1
为什么?