fix: cleanup after backup ends

This commit is contained in:
Silthus 2020-11-16 12:13:48 +01:00
parent 1248843e72
commit f8edb57a6d

View file

@ -157,6 +157,4 @@ if retry 5 10s rcon-cli save-off; then
exit 1
fi
if (( PRUNE_BACKUPS_DAYS > 0 )); then
rcb cleanup
fi