isislab
/
spod-manager
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
138769dfeea6fc849836fbeda4257fc425a07389
Authored by
lucvic
2015-10-14 17:14:02 +0200
1 parent
4b4f4720
Bugfix: fixed scp target filename in host_send_file
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
cluster-manager.sh
cluster-manager.sh
View file @
138769d
...
...
@@ -56,7 +56,7 @@ function host_send_file {
56
56
if [ "$MYHOST" == "$1" ]; then
57
57
cp ${2} ${3}
58
58
else
59
- scp ${2} ${SSH_USER}${1}.routetopa.eu:${
2
}
59
+ scp ${2} ${SSH_USER}${1}.routetopa.eu:${
3
}
60
60
fi
61
61
}
62
62
...
...