Fix aws cli exec
This commit is contained in:
parent
b10452ecf5
commit
ea08597755
@ -51,6 +51,9 @@ init() {
|
|||||||
|
|
||||||
cmd() {
|
cmd() {
|
||||||
local localDir
|
local localDir
|
||||||
|
|
||||||
|
__msg "Specify a mount point to /mnt/uploads inside the docker container"
|
||||||
|
|
||||||
read localDir
|
read localDir
|
||||||
|
|
||||||
if [[ ${localDir} = "" ]]; then
|
if [[ ${localDir} = "" ]]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user