From 4e6915465e8669485fb3f2e93a6a2206fdc2f18b Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 25 Oct 2020 18:32:40 +0100 Subject: fix script fails if path doesn't exist Signed-off-by: Benjamin Brahmer --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aab7591f2..37a9a4625 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,7 @@ appstore: cp js/admin/Admin.js $(appstore_sign_dir)/$(app_name)/js/admin # export the key and cert to a file + mkdir -p $(cert_dir) php ./bin/tools/file_from_env.php "app_private_key" "$(cert_dir)/$(app_name).key" php ./bin/tools/file_from_env.php "app_public_crt" "$(cert_dir)/$(app_name).crt" -- cgit v1.2.3