Added fixes for pw_find_exe
This commit is contained in:
parent
2b691c6c7d
commit
4636c75dbd
@ -830,6 +830,14 @@ fi
|
||||
else
|
||||
export TAB_MAIN_MENU="4"
|
||||
fi
|
||||
;;
|
||||
pw_find_exe)
|
||||
if [[ -z "${PW_ALL_DF}" ]] ; then
|
||||
export TAB_MAIN_MENU="5"
|
||||
else
|
||||
export TAB_MAIN_MENU="1"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
[[ -n "$PW_YAD_SET" ]] && case "$PW_YAD_SET" in
|
||||
|
Loading…
Reference in New Issue
Block a user