pull/30/merge
Yaroslav Halchenko 2015-07-08 12:56:17 +00:00
commit 041a467538
1 changed files with 4 additions and 1 deletions

5
ssh_filter_btrbk.sh Normal file → Executable file
View File

@ -1,8 +1,11 @@
#!/bin/sh
set -e
set -u
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
if [ "$1" = "-l" ]; then
if [ "$#" -gt 1 ] && [ "$1" = "-l" ]; then
enable_log=1
fi