fixed git command

This commit is contained in:
FrederikBaerentsen 2022-07-31 12:47:14 +02:00
parent 21d0a7bfc6
commit 2f20af29cd

View File

@ -29,7 +29,7 @@ mv "$prj_root/$fromdate""_latest.mcl" "$prj_root/archive/""$fromdate"".mcl" || e
log2file "git add"
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/" "log/" >> "log/$d.log" || error_exit "cannot git add"
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/*" "log/*" >> "log/$d.log" || error_exit "cannot git add"
#log2file "git rm"
#git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"