This commit is contained in:
MatMoul 2015-08-20 23:02:33 +02:00
parent 8341f0f884
commit a226c552aa

View file

@ -10,8 +10,8 @@ if [ ! "$?" = "1" ]; then
exit 1
fi
scp matmoul@web.sourceforge.net:/home/frs/project/$prjname/README.txt /dev/null
if [ ! "$?" = "1" ]; then
scp "matmoul@web.sourceforge.net:/home/frs/project/$prjname/README.txt" /dev/null
if [ ! "$?" = "0" ]; then
echo "No Sourceforge ssh key loaded exiting..."
exit 1
fi