diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-27 14:00:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-27 14:00:24 -0200 |
commit | 6f2622530468574a79dbe950c033cbf73f4060de (patch) | |
tree | c929e3c7c8f665f9d249a9d8b25c4cea6653786c | |
parent | 601eb9c3e9bd140745d62e9931bb5c2a8be85724 (diff) | |
download | hydra-6f2622530468574a79dbe950c033cbf73f4060de.tar.gz hydra-6f2622530468574a79dbe950c033cbf73f4060de.tar.bz2 |
Usb: load config
-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`" |