Fix aws cli exec
This commit is contained in:
parent
b10452ecf5
commit
ea08597755
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user