2 Commit-ok ee7ab46fc9 ... 5bb67a34de

Szerző SHA1 Üzenet Dátum
  megavolt 5bb67a34de General re-design of fix-gpg-pacman. It has now 3 methods "basic", "moderate" and "aggressive". Default is "basic". Also a usage page and help page has been added. 1 éve
  megavolt ee7ab46fc9 General re-design of fix-gpg-pacman. It has now 3 methods "basic", "moderate" and "aggressive". Default is "basic". Also a usage page and help page has been added. 1 éve
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      fix-gpg-pacman.sh

+ 1 - 1
fix-gpg-pacman.sh

@@ -234,7 +234,7 @@ Menu ()
             exit
          ;;
          *)
-            clear && PrintInfo "No valid answer. Continue." && continue ;;
+            clear && PrintError "No valid answer. Continue." && continue ;;
       esac
    done
 }