Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #189 from Prophet731/develop
Browse files Browse the repository at this point in the history
Update deploy_sourceforge.sh
  • Loading branch information
Prophet731 committed Apr 20, 2016
2 parents 1159c83 + 3464308 commit 3d260b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy_sourceforge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ echo "Zipping application into ${FILENAME}."
zip -9 -q -r $FILENAME . -x *.git*
USER="prophet731"
HOST="frs.sourceforge.net"
echo "Uploading ${FILENAME} to source forge"
scp -oUserKnownHostsFile=/dev/null "${parentdir}/${FILENAME}" $USER@$HOST:/home$
echo "Uploading ${FILENAME} to sourceforge."
scp -oUserKnownHostsFile=/dev/null "${parentdir}/${FILENAME}" $USER@$HOST:/home/pfs/project/b/bf/bfacp/
echo "${FILENAME} uploaded."

0 comments on commit 3d260b6

Please sign in to comment.