Loading create-duo-wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) echo "" echo "Copy create-duo.sh to $remote_server, and run remote shell to execute it. You will be asked to autenticate twice." echo "" scp ${THIS_DIR}/create-duo.sh ${remote_server}:~/create-duo.sh scp -p ${THIS_DIR}/create-duo.sh ${remote_server}:~/create-duo.sh echo "" ssh $USER@${remote_server} ~$USER/create-duo.sh $node $template > $rand Loading create-duo.sh 100644 → 100755 +0 −0 File mode changed from 100644 to 100755. View file Loading
create-duo-wrapper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ THIS_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) echo "" echo "Copy create-duo.sh to $remote_server, and run remote shell to execute it. You will be asked to autenticate twice." echo "" scp ${THIS_DIR}/create-duo.sh ${remote_server}:~/create-duo.sh scp -p ${THIS_DIR}/create-duo.sh ${remote_server}:~/create-duo.sh echo "" ssh $USER@${remote_server} ~$USER/create-duo.sh $node $template > $rand Loading