aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2016-05-17 13:13:23 -0500
committerMark Allen <[email protected]>2016-05-17 13:13:23 -0500
commitc93c465f8feac4514f3c16dccae39f0da408e452 (patch)
tree6a64d8b0177abd619647b2b87559de8d184690d5
parentb398b491f0a9a5afe650df3bf0b7e0629c7e5d57 (diff)
downloadkerl-c93c465f8feac4514f3c16dccae39f0da408e452.tar.gz
kerl-c93c465f8feac4514f3c16dccae39f0da408e452.tar.bz2
kerl-c93c465f8feac4514f3c16dccae39f0da408e452.zip
Remove path check for deploy
-rwxr-xr-xkerl3
1 files changed, 0 insertions, 3 deletions
diff --git a/kerl b/kerl
index 6ca9d38..cc2b566 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"