From d79c01375516afb7e586082fbdc0d930a085e25b Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Fri, 25 Oct 2019 12:13:31 +0000 Subject: [PATCH] adding merkdir command to proto compile script --- compile_proto.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 compile_proto.sh diff --git a/compile_proto.sh b/compile_proto.sh old mode 100644 new mode 100755 index b9953dc45..12953220f --- a/compile_proto.sh +++ b/compile_proto.sh @@ -1,2 +1,3 @@ #!/bin/bash -protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto \ No newline at end of file +mkdir ./src/cpp/proto +protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto