删除冗余代码

This commit is contained in:
hanhh 2021-06-16 23:20:04 +08:00
parent b3fc5bd366
commit 849883f8d0

View File

@ -26,7 +26,6 @@ fi
echo -e "控制面板启动成功...\n"
echo -e "======================5. 启动定时任务========================\n"
cd $dir_root
if [[ $(pm2 info schedule 2>/dev/null) ]]; then
pm2 reload schedule
else