Update mm-scripts.sh

This commit is contained in:
2023-07-10 21:21:19 -05:00
parent 5d2d9603c5
commit c86eaf12e3

View File

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