aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-05-17 13:13:23 -0500
committerMark Allen <[email protected]>2016-05-18 13:11:25 -0500
commit7441acf29d3d7a3c5377254f26746e16e43bf01a (patch)
treeb7054c2d330fe39d84456f6be5335f3d6e912462
parent992ca54041a22a26d5b032dc45c431c4cd7404e4 (diff)
downloadkerl-7441acf29d3d7a3c5377254f26746e16e43bf01a.tar.gz
kerl-7441acf29d3d7a3c5377254f26746e16e43bf01a.tar.bz2
kerl-7441acf29d3d7a3c5377254f26746e16e43bf01a.zip
Remove path check for deploy
-rwxr-xr-xkerl3
1 files changed, 0 insertions, 3 deletions
diff --git a/kerl b/kerl
index c88d797..0fb8c30 100755
--- a/kerl
+++ b/kerl
@@ -687,9 +687,6 @@ do_deploy()
host="$1"
assert_valid_installation "$2"
- if ! is_valid_install_path "$2"; then
- exit 1
- fi
rel="$(get_name_from_install_path "$2")"
path="$2"
remotepath="$path"