fix typo
This commit is contained in:
parent
4553cc9946
commit
5cb7cfb6a2
@ -246,7 +246,7 @@ actionMenu () {
|
||||
action=$(echo -e "1 Move Password File\n2 Delete Password File\\n3 Edit Password File\n4 Generate New Password" | rofi -dmenu -p "Choose Action > ")
|
||||
if [[ ${action} == "1 Move Password File" ]]; then manageEntry move;
|
||||
elif [[ ${action} == "2 Delete Password File" ]]; then manageEntry delete;
|
||||
elif [[ ${action} == "4 Edit Password File" ]]; then manageEntry edit;
|
||||
elif [[ ${action} == "3 Edit Password File" ]]; then manageEntry edit;
|
||||
elif [[ ${action} == "4 Generate New Password" ]]; then generatePass;
|
||||
elif [[ ${action} == "" ]]; then exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user