Update sf file copy
This commit is contained in:
parent
fa7e6eb264
commit
773afe8102
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ mkdir -p $targetpath
|
|||
cp -R * $targetpath
|
||||
|
||||
echo "Publish release..."
|
||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/bin/
|
||||
rsync -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