From ea08597755958f3c0b4333631fa9d899358cd030 Mon Sep 17 00:00:00 2001 From: Arnie Date: Tue, 9 Jan 2018 15:36:40 +0100 Subject: [PATCH] Fix aws cli exec --- aws-cli/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws-cli/run.sh b/aws-cli/run.sh index 8ebcb61..4c18edb 100755 --- a/aws-cli/run.sh +++ b/aws-cli/run.sh @@ -51,6 +51,9 @@ init() { cmd() { local localDir + + __msg "Specify a mount point to /mnt/uploads inside the docker container" + read localDir if [[ ${localDir} = "" ]]; then