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