diff --git a/extract_and_push.sh b/extract_and_push.sh index 1590473..e898c83 100755 --- a/extract_and_push.sh +++ b/extract_and_push.sh @@ -825,7 +825,7 @@ git config user.email "dumper@$GITLAB_SERVER" ## Committing echo "[INFO] Adding files and committing..." sendTG_edit_wrapper permanent "${MESSAGE_ID}" "${MESSAGE}"$'\n'"Committing.." > /dev/null -git add -A +git add --ignore-errors -A git commit --quiet --signoff --message="$description" ## Pushing