diff options
author | MatMoul <matmoul@gmail.com> | 2019-01-01 00:50:35 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2019-01-01 00:50:35 +0100 |
commit | 4e247aa9fd2199754dbcf29bdc32fd64c98af9ac (patch) | |
tree | 7c32105c5d0854e903ba84708b3c6e53f341609e | |
parent | 33b9475453afa27786568c218fb126418cd1fdfe (diff) | |
download | hyperfi-4e247aa9fd2199754dbcf29bdc32fd64c98af9ac.tar.lz hyperfi-4e247aa9fd2199754dbcf29bdc32fd64c98af9ac.tar.xz hyperfi-4e247aa9fd2199754dbcf29bdc32fd64c98af9ac.zip |
update genfstab menu title
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1032,7 +1032,7 @@ archgenfstabmenu(){ options+=("LABEL" "genfstab -L") options+=("PARTUUID" "genfstab -t PARTUUID") options+=("PARTLABEL" "genfstab -t PARTLABEL") - sel=$(whiptail --backtitle "$apptitle" --title "ARCHGENFSTABMENU" --menu "" --cancel-button "$txtback" --default-item "$nextitem" 0 0 0 \ + sel=$(whiptail --backtitle "$apptitle" --title "${txtgenerate//%1/fstab}" --menu "" --cancel-button "$txtback" --default-item "$nextitem" 0 0 0 \ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ "$?" = "0" ]; then |