Update mm-scripts.sh
This commit is contained in:
@@ -1216,9 +1216,9 @@ SERVICERESTORE(){
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
if [ "${rdates[${restore}]}" != "" ]; then
|
if [ "${rdates[${restore}]}" != "" ]; then
|
||||||
echo -en "Restoring Full Backup first "
|
echo -en "${idsCL[LightGreen]}Restoring Full Backup first ${idsCL[White]}"
|
||||||
tar -cPpf /tmp/cfg-full.tgz ${MM_SERVICE_CFG[sonarr'']} --checkpoint=.5
|
tar -cPpf /tmp/cfg-full.tgz ${MM_SERVICE_CFG[sonarr'']} --checkpoint=.100
|
||||||
echo -e " Done"
|
echo -e "${idsCL[Green]} Done${idsCL[Default]}"
|
||||||
|
|
||||||
for r in ${!rdates[@]}; do
|
for r in ${!rdates[@]}; do
|
||||||
echo ${rdates[${r}]}
|
echo ${rdates[${r}]}
|
||||||
|
|||||||
Reference in New Issue
Block a user