Fix aws cli exec

This commit is contained in:
Arnie 2018-01-09 15:36:40 +01:00
parent b10452ecf5
commit ea08597755

View File

@ -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