Loading crond/backup +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ cleanup () { nc_run rm -rf "$tmpdir" } now="$(date --utc --iso-8601=seconds)" now="$(date --utc -Iseconds)" dest="/var/backups/$now" mkdir "$dest" Loading Loading
crond/backup +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ cleanup () { nc_run rm -rf "$tmpdir" } now="$(date --utc --iso-8601=seconds)" now="$(date --utc -Iseconds)" dest="/var/backups/$now" mkdir "$dest" Loading