fix mwelcome

master
Daniel Napora 2022-06-06 12:53:37 +02:00
parent f866d1b3e6
commit 75784948dd
1 changed files with 1 additions and 2 deletions

View File

@ -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" \