diff options
Diffstat (limited to 'share/hydractl/usb-disable')
-rwxr-xr-x | share/hydractl/usb-disable | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/hydractl/usb-disable b/share/hydractl/usb-disable index 0ee2471..d3684c7 100755 --- a/share/hydractl/usb-disable +++ b/share/hydractl/usb-disable @@ -6,6 +6,10 @@ # http://marc.info/?l=git-commits-head&m=131166366113680&w=2 # https://github.com/dkopecek/usbguard (alternative approach) +# Load. +source $APP_BASE/lib/hydra/functions || exit 1 +hydra_config_load + # Parameters BASENAME="`basename $0`" |