2 Commits ee7ab46fc9 ... 5bb67a34de

Author SHA1 Message Date
  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 year ago
  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 year ago
1 changed files with 1 additions and 1 deletions
  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
 }