Searched refs:ovs_dir (Results 1 – 1 of 1) sorted by relevance
32 [ "${ovs_dir}" != "" ] &&33 echo "`date +"[%m-%d %H:%M:%S]"` $*" >> ${ovs_dir}/debug.log81 [ -e ${ovs_dir}/cleanup ] && . "$ovs_dir/cleanup"85 echo "$1" > ${ovs_dir}/cleanup.tmp86 cat ${ovs_dir}/cleanup >> ${ovs_dir}/cleanup.tmp87 mv ${ovs_dir}/cleanup.tmp ${ovs_dir}/cleanup93 ovs_dir=$ovs_base${1:+/$1}; export ovs_dir95 test -e ${ovs_dir}/cleanup || : > ${ovs_dir}/cleanup101 info "run cmd: $@"; "$@" >> ${ovs_dir}/debug.log)122 -u "$2" "$3" >$ovs_dir/$3.out 2>$ovs_dir/$3.err &[all …]