update
This commit is contained in:
parent
8341f0f884
commit
a226c552aa
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue