load logging if not in environment
This commit is contained in:
parent
99b322a1f3
commit
012b8c6017
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ type loginfo > /dev/null 2>&1 ] || . $(dirname $0)/../logging
|
||||
|
||||
export SCRIPT_LOG=./$(basename $0).log
|
||||
export LOGFILE=./$(basename $0).move.log
|
||||
[ -z "${move+x}" ] && move=false
|
||||
|
|
Loading…
Reference in a new issue