Update mm-scripts.sh

This commit is contained in:
2023-07-10 22:31:52 -05:00
parent 8ee2fbfcb7
commit cb841ecb60

View File

@@ -1216,9 +1216,9 @@ SERVICERESTORE(){
echo
if [ "${rdates[${restore}]}" != "" ]; then
echo -en "Restoring Full Backup first "
tar -cPpf /tmp/cfg-full.tgz ${MM_SERVICE_CFG[sonarr'']} --checkpoint=.5
echo -e " Done"
echo -en "${idsCL[LightGreen]}Restoring Full Backup first ${idsCL[White]}"
tar -cPpf /tmp/cfg-full.tgz ${MM_SERVICE_CFG[sonarr'']} --checkpoint=.100
echo -e "${idsCL[Green]} Done${idsCL[Default]}"
for r in ${!rdates[@]}; do
echo ${rdates[${r}]}