"Run shell script" in script editor crashes BTT

Describe the bug
A trigger that executes a shell script. In the script's configuration panel, the button "Run script" crashes BTT immediately.

Affected input device (e.g. MacBook Trackpad, Magic Mouse/Trackpad, Touch Bar, etc.):
BTT Settings window

Device information:

  • Type of Mac: MacBookPro15,1
  • macOS version: 10.14.5 Beta (18F96h)
  • BetterTouchTool version: 2.746 alpha

Attached the Crash Report.
BetterTouchTool_2019-03-14-205251_BlackBook.crash (84.7 KB)

Also, ⌘c and ⌘v are not working at all in BTT for me. Context menu works fine.

What does the script you entered look like?

networksetup -setairportpower en0 off
An Apple Script being told to run this script does the job though :man_shrugging:t2:

ah you didn't provide a launch path, and somehow BTT saved (null) there.

You should enter something like /bin/bash as launch path and -c as parameter. This should be default, I'll check why it was able to save (null) values there.