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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
scp matmoul@web.sourceforge.net:/home/frs/project/$prjname/README.txt /dev/null
|
scp "matmoul@web.sourceforge.net:/home/frs/project/$prjname/README.txt" /dev/null
|
||||||
if [ ! "$?" = "1" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
echo "No Sourceforge ssh key loaded exiting..."
|
echo "No Sourceforge ssh key loaded exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue