[Update] Save diff file

master
andryyy 2019-08-09 14:09:30 +02:00
parent 3136e020f6
commit 8071544181
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 5 additions and 0 deletions

View File

@ -328,6 +328,11 @@ if [[ ! "$response" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
exit 0
fi
DIFF_FILE=diff_before_update_$(date +"%Y-%m-%d-%H-%M-%S")
echo -e "\e[32mSaving diff to ${DIFF_FILE}...\e[0m"
git diff --stat > ${DIFF_FILE}
git diff >> ${DIFF_FILE}
echo -e "\e[32mPrefetching images...\e[0m"
prefetch_images