Update mm-scripts.sh

This commit is contained in:
2023-07-10 22:33:45 -05:00
parent 9d7cba095a
commit 75c393ebb0

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]}"