mirror of https://github.com/digint/btrbk
ssh_filter_btrbk.sh: set only needed directories in PATH
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>pull/511/head
parent
47fb294717
commit
90503298ff
|
@ -3,7 +3,7 @@
|
|||
set -e
|
||||
set -u
|
||||
|
||||
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
||||
export PATH='/usr/bin:/bin'
|
||||
|
||||
enable_log=
|
||||
restrict_path_list=
|
||||
|
|
Loading…
Reference in New Issue