Project : Update makerelease
This commit is contained in:
parent
be940d8e29
commit
07a2770629
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +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
|
||||||
|
scp "matmoul@web.sourceforge.net:/home/frs/project/archdi/release/bin/2018.06.05.01.34.45/README.txt" /dev/null
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
echo "No Sourceforge ssh key loaded exiting..."
|
echo "No Sourceforge ssh key loaded exiting..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue