summaryrefslogtreecommitdiffstats
path: root/remote/setup_target
diff options
context:
space:
mode:
authorSimon Rettberg2013-06-20 12:20:44 +0200
committerSimon Rettberg2013-06-20 12:20:44 +0200
commitd1010614fea8d05a267a9fa188be0b54dc851447 (patch)
treef9db35a201beb09ddfa85d6bcf43a778f9a97f25 /remote/setup_target
parentnew option for remote mode '-n' to mount local builds (remote/builds/) to /ex... (diff)
downloadtm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.tar.gz
tm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.tar.xz
tm-scripts-d1010614fea8d05a267a9fa188be0b54dc851447.zip
[pam] Add missing content packages
[redsocks] fix path of redsocks binary, exclude proxy IP from redirection
Diffstat (limited to 'remote/setup_target')
-rwxr-xr-xremote/setup_target2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/setup_target b/remote/setup_target
index d193638a..da4b7701 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -135,6 +135,8 @@ copy_files_with_deps () {
else
pdebug "\tFound ${FILENAME} at ${FILE}"
fi
+ elif [ "$(echo $FILE_CANDIDATES | wc -w)" -eq 0 ]; then
+ perror "Could not find required binary $FILENAME"
else
# one candidate
FINAL_LIST=${FILE_CANDIDATES}