Merge pull request #38 from mmdj4u/bugfix/pm-wrong-month-token

bugfix/pm_wrong_month_token
module_status_fixes
Darren Kitchen 2020-06-29 09:03:42 -07:00 committed by GitHub
commit 2ab2b49d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function start_ping {
}
function move {
local dt="$(date +%Y%d%d-%H%M%S)"
local dt="$(date +%Y%m%d-%H%M%S)"
local dp="/root/ping_monitor.${dt}"
if [ -f ${sp} ]; then