Skip to content

Commit

Permalink
1. fix mkdir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wlixcc committed Mar 31, 2021
1 parent f19d10c commit 28d6168
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ chmod 600 $TEMP_SSH_PRIVATE_KEY_FILE

echo 'ssh start'

ssh -o StrictHostKeyChecking=no -p $3 -i $TEMP_SSH_PRIVATE_KEY_FILE $1@$2

# create directory if needed
mkdir -p $6
ssh -o StrictHostKeyChecking=no -p $3 -i $TEMP_SSH_PRIVATE_KEY_FILE $1@$2 mkdir -p $6

echo 'sftp start'
# create a temporary file containing sftp commands
Expand Down

0 comments on commit 28d6168

Please sign in to comment.