From a4c97e122ec6b98be65960870435b3df4ef4a280 Mon Sep 17 00:00:00 2001 From: koogua <23592+koogua@user.noreply.gitee.com> Date: Wed, 21 Apr 2021 08:20:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=BC=98=E5=8C=96/=E6=95=B0=E6=8D=AE=E5=BA=93=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=A4=87=E4=BB=BD=E5=88=B0=E4=BA=91=E5=AD=98=E5=82=A8?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统优化/数据库自动备份到云存储.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/系统优化/数据库自动备份到云存储.md b/系统优化/数据库自动备份到云存储.md index e2fdee3e..49087328 100644 --- a/系统优化/数据库自动备份到云存储.md +++ b/系统优化/数据库自动备份到云存储.md @@ -94,5 +94,5 @@ crontab -e 计划任务内容 ``` -0 3 * * * /root/ctc-docker/backup.sh > /dev/null 2>&1 & +0 3 * * * /usr/bin/bash /root/ctc-docker/backup.sh > /dev/null 2>&1 & ``` \ No newline at end of file