Skip to content

Commit

Permalink
Remove the execute path
Browse files Browse the repository at this point in the history
  • Loading branch information
seankingyang committed Jul 31, 2023
1 parent ba592bc commit 93ccaf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/PC/testflinger_yaml_generator/template/bin/00initial
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ sudo apt-get update
sudo apt-get install openssh-server -y

TARGET_DEVICE_USERNAME=ubuntu
#!/bin/bash
# convenience functions
#
SSH_OPTS="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
_put() {{
scp $SSH_OPTS $1 $TARGET_DEVICE_USERNAME@$DEVICE_IP:$2
Expand Down

0 comments on commit 93ccaf8

Please sign in to comment.