Added bauerbill to pacman unlock routine
[mirrors/Programs.git] / bash / zenman / zenman.bash
index 8220003a314758975aac406f07e9d37cda2c4c22..63802cef27c72c6a7d54c0774789ccc329904709 100755 (executable)
@@ -162,7 +162,7 @@ zenman_speech() {
 #unlocker
 zenman_force_unlock() {
        if [ -e "$pacman_lock" ]; then #check if db locked...
-               ps -eo comm | grep -i '^\(pacman\|yaourt\|powerpill\|gtkpacman\|pacupdate\|kpacupdate\|guzuta\|YAPG\|Shaman\)' >/dev/null; #check if pacman is running...
+               ps -eo comm | grep -Ei '^(pacman|yaourt|powerpill|bauerbill|gtkpacman|pacupdate|kpacupdate|guzuta|YAPG|Shaman)' >/dev/null; #check if pacman is running...
        if [ $? != 0 ]; then
                        "$gksu" "rm -rf '$pacman_lock'";
                        if [ $? != 0 ]; then
This page took 0.123378 seconds and 4 git commands to generate.