Corrected bad destination
This commit is contained in:
parent
e6d596a884
commit
615961df66
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ mkdir -p $targetpath
|
|||
cp -R * $targetpath
|
||||
|
||||
echo "Publish release..."
|
||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
|
||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/bin/
|
||||
|
||||
echo "Update redirect page..."
|
||||
pubfile=.build/index.php
|
||||
|
|
Loading…
Reference in a new issue