commit | f58ab6d7b9a8734886e777c0fde8bbcae9b0cf85 | [log] [tgz] |
---|---|---|
author | Evgeny Antyshev <eantyshev@parallels.com> | Wed Apr 15 08:23:05 2015 +0000 |
committer | Evgeny Antyshev <eantyshev@parallels.com> | Fri Apr 24 08:39:37 2015 +0000 |
tree | 2bdf87b46e7b373d6ec4391f0a6340dbbf409546 | |
parent | ab94185bc54260cf107e19070ea8e71502b5cf8b [diff] |
Extend PATH and set -o pipefail in linux ssh Some distributions have 'ip' utility in /sbin, and there's no link with target of /bin/ip (CentOS7, for instance). By this patch we 1) remove redundant specification: /bin is in PATH already 2) add /sbin to PATH, since SSH misses it by default 3) "set -eu -o pipefail" to make errors more explicit Change-Id: I7693911e6b883a21baafe6f804564754ebaea5e0