Update mm-scripts.sh

This commit is contained in:
2023-07-10 22:33:38 -05:00
parent b01be9731d
commit 9d7cba095a

View File

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