mirror of https://github.com/Chizi123/Arch-autobuild-repo.git

Chizi123
2020-10-19 e4347d916140b263ad5f084b349ed81f7381f62a
removed testing line and fixed typo
1 files modified
3 ■■■■ changed files
main.sh 3 ●●●● patch | view | raw | blame | history
main.sh
@@ -81,11 +81,10 @@
    #Dont change the database if rebuilt the same package at same release and version
    flag=0
    for i in ${pkgs[@]}; do
        if [[ -f $REPODIR/$i ]]; then
        if [[ ! -f $REPODIR/$i ]]; then
            flag=1
        fi
    done
    flag=1
    if [[ $flag == 1 ]]; then
        rm -f $REPODIR/*$1*.tar.*
        for i in ${pkgs[@]}; do