From b7859df0726afa2dfa9aaefd2644377de5ae7346 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 17 Jun 2021 09:02:49 +0800 Subject: [PATCH] update --- conf/rsync/periodic/15min/job_sh | 3 ++- conf/rsync/periodic/hourly/job_sh | 4 +++- conf/rsync/periodic/monthly/job_sh | 4 +++- conf/rsync/periodic/weekly/job_sh | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/conf/rsync/periodic/15min/job_sh b/conf/rsync/periodic/15min/job_sh index 8a7214f..ce64c41 100644 --- a/conf/rsync/periodic/15min/job_sh +++ b/conf/rsync/periodic/15min/job_sh @@ -1 +1,2 @@ -echo 15min at:$(date +%F%n%T) \ No newline at end of file +#!/bin/sh +echo 15min at:$(date +%F%n%T) diff --git a/conf/rsync/periodic/hourly/job_sh b/conf/rsync/periodic/hourly/job_sh index bfb7cd4..a1bbdfe 100644 --- a/conf/rsync/periodic/hourly/job_sh +++ b/conf/rsync/periodic/hourly/job_sh @@ -1 +1,3 @@ -echo hourly at:$(date +%F%n%T) \ No newline at end of file +#!/bin/sh +echo hourly at:$(date +%F%n%T) + diff --git a/conf/rsync/periodic/monthly/job_sh b/conf/rsync/periodic/monthly/job_sh index dcb2fa2..fdb6971 100644 --- a/conf/rsync/periodic/monthly/job_sh +++ b/conf/rsync/periodic/monthly/job_sh @@ -1 +1,3 @@ -echo monthly at:$(date +%F%n%T) \ No newline at end of file +#!/bin/sh +echo monthly at:$(date +%F%n%T) + diff --git a/conf/rsync/periodic/weekly/job_sh b/conf/rsync/periodic/weekly/job_sh index 7150919..b1d8897 100644 --- a/conf/rsync/periodic/weekly/job_sh +++ b/conf/rsync/periodic/weekly/job_sh @@ -1 +1,2 @@ -echo weekly at:$(date +%F%n%T) \ No newline at end of file +#!/bin/sh +echo weekly at:$(date +%F%n%T)