Corrected bad destination

This commit is contained in:
MatMoul 2015-08-21 01:42:02 +02:00
parent e6d596a884
commit 615961df66

View file

@ -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