From 4c289d4f6942065693ecbb4c4439ca91ab799b20 Mon Sep 17 00:00:00 2001 From: Linus Gasser Date: Wed, 9 Dec 2015 09:48:42 +0100 Subject: [PATCH] directly calling update from old script --- app/conode/cross_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/conode/cross_compile.sh b/app/conode/cross_compile.sh index 600d39e7a7..a2c46fe741 100755 --- a/app/conode/cross_compile.sh +++ b/app/conode/cross_compile.sh @@ -31,7 +31,7 @@ mv stamp/conode-bin/* conode-bin rmdir stamp/conode-bin echo Copying scripts to the binary-directory -cp start-conode.sh conode-bin +cp start-conode* conode-bin cp real/config.toml conode-bin TAR=conode-$VERSION.tar.gz