From 75784948dd60a04dcd4143e80fd16ea4ad9eaf90 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 6 Jun 2022 12:53:37 +0200 Subject: [PATCH] fix mwelcome --- bin/mwelcome | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/mwelcome b/bin/mwelcome index 36234c7..c6bac8a 100755 --- a/bin/mwelcome +++ b/bin/mwelcome @@ -130,7 +130,7 @@ values=($(yad --window-icon=distributor-logo-mabox --center --buttons-layout="e #if [ $? -eq 0 ]; then while IFS='|' read -ra ADDR; do - VAL=${ADDR[14]} + VAL=${ADDR[13]} done <<< "$values" case $VAL in true) @@ -142,4 +142,3 @@ case $VAL in esac exit - #--field="$IRC" "hexchat" \