fix mwelcome
parent
f866d1b3e6
commit
75784948dd
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue