Verified Commit 6503c134 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

fix create-duo.sh mode.

parent 4e30bd3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
		

create-duo.sh

100644 → 100755
+0 −0

File mode changed from 100644 to 100755.