Update mm-scripts.sh

This commit is contained in:
2023-07-10 22:32:46 -05:00
parent 268a94cedc
commit b6873bbdd1

View File

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