Merge pull request #38 from mmdj4u/bugfix/pm-wrong-month-token
bugfix/pm_wrong_month_tokenmodule_status_fixes
commit
2ab2b49d03
|
@ -62,7 +62,7 @@ function start_ping {
|
||||||
}
|
}
|
||||||
|
|
||||||
function move {
|
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}"
|
local dp="/root/ping_monitor.${dt}"
|
||||||
|
|
||||||
if [ -f ${sp} ]; then
|
if [ -f ${sp} ]; then
|
||||||
|
|
Loading…
Reference in New Issue