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