Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request ADAS-Private/HEAppE/ClusterSetup!17
  • Loading branch information
vsvaton committed Dec 17, 2021
2 parents 07927fd + 5cf87ef commit 140dcf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .key_scripts/add_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if ! grep -q -w "${conv_pub_key}" ${auth_keys_file}; then
pubkey=$(cat ${temp_file})
#rm -f ${temp_file}

keyline="command=\"~/.key_script/remote-cmd3.sh ${jobid}\",no-pty,no-port-forwarding,no-agent-forwarding,no-X11-forwarding ${conv_pub_key} key-temp-added-$(date +"%Y-%m-%d_%H-%M-%S")";
keyline="command=\"~/.key_scripts/remote-cmd3.sh ${jobid}\",no-pty,no-port-forwarding,no-agent-forwarding,no-X11-forwarding ${conv_pub_key} key-temp-added-$(date +"%Y-%m-%d_%H-%M-%S")";

#keyline="${conv_pub_key} dhi-temp-added-$(date +"%Y-%m-%d_%H-%M-%S")";
echo "${keyline}" >> ${auth_keys_file};
Expand Down
3 changes: 2 additions & 1 deletion .key_scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ do
echo "Iteration: ${i}"
sleep 30s
done
echo "some result" >> resultFile.txt
echo "some result" >> resultFile.txt
exit 0
1 change: 1 addition & 0 deletions .key_scripts/test_generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ do
sleep 30s
done
echo "some result" >> resultFile.txt
exit 0

0 comments on commit 140dcf3

Please sign in to comment.