From 60fa0cb55a8b1ca82a3a4482852201cee14c65d5 Mon Sep 17 00:00:00 2001 From: Felix Mumme Date: Fri, 27 Dec 2024 00:21:28 +0100 Subject: [PATCH] fix lib directory --- installation/install-openems.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installation/install-openems.sh b/installation/install-openems.sh index cf638e5..27e8606 100755 --- a/installation/install-openems.sh +++ b/installation/install-openems.sh @@ -50,6 +50,7 @@ sudo wget -O /etc/systemd/system/openems.service https://git.mumme-it.de/Mumme-I sudo mkdir -p /etc/openems.d #fetch openems jar +sudo mkdir -p /usr/lib/openems wget -O /usr/lib/openems/openems.jar https://git.mumme-it.de/Mumme-IT/openems-build/raw/branch/main/build/latest/openems-edge.jar # reload systemd and start service