Exit string
This commit is contained in:
parent
1b8bdaccfe
commit
3f720ed481
|
@ -70,7 +70,7 @@ function remove_user_from_mailing_list {
|
||||||
done <<< "$USER_MAILING_LISTS"
|
done <<< "$USER_MAILING_LISTS"
|
||||||
|
|
||||||
i=$((i+1))
|
i=$((i+1))
|
||||||
W+=($i $"Exit back to user mainenance")
|
W+=($i $"Exit back to filtering rules menu")
|
||||||
|
|
||||||
list_selected=$(dialog --default-item "$i" --backtitle $"Freedombone User Control Panel" --title $"Remove yourself from a mailing list" --menu $"Select one of the following:" 24 50 17 "${W[@]}" 3>&2 2>&1 1>&3)
|
list_selected=$(dialog --default-item "$i" --backtitle $"Freedombone User Control Panel" --title $"Remove yourself from a mailing list" --menu $"Select one of the following:" 24 50 17 "${W[@]}" 3>&2 2>&1 1>&3)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue