Skip to content

Commit

Permalink
Update bapi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SpudGunMan committed Mar 12, 2024
1 parent 4c1c1bb commit dfe6c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ $DEBUG -eq 1 ];then echo -e "DEBUG: ON: additional tools: touch .skip-dev

YAD_INFO_F(){
msg_txt=${1:-'dialog box'}
yad --title="bAPi" --center --button="OK" --text="$msg_txt"
yad 2> /dev/null --title="bAPi" --center --button="OK" --text="$msg_txt"
}

#####################################
Expand Down

0 comments on commit dfe6c4b

Please sign in to comment.