Update mm-scripts.sh

This commit is contained in:
2023-07-10 21:22:31 -05:00
parent c86eaf12e3
commit fdaee64714

View File

@@ -1186,7 +1186,7 @@ SERVICERESTORE(){
echo
fi
echo "HERE: ${bsrvcs[*]}"
echo "HERE: ${bsrvcs[${srvc}]}"
fulldate=$(date -r ${BACKUPDIR}/${fcheck}-full.tgz "+%y-%m-%d-%H-%M-%S")
IFS='-'; read -a full_date <<< "${fulldate}"; unset IFS