From 950e668631efc50b21c3510fa842856c43972e84 Mon Sep 17 00:00:00 2001 From: Your Name <56784875+ckbaker10@users.noreply.github.com> Date: Tue, 28 May 2024 11:33:40 +0200 Subject: [PATCH] Silly Mistake fixed --- conf/systemd/webvirt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd/webvirt b/conf/systemd/webvirt index 8ea90b7..c206062 100644 --- a/conf/systemd/webvirt +++ b/conf/systemd/webvirt @@ -1,2 +1,2 @@ WEBVIRT_PATH="/srv/webvirtcloud" -SERVICE_PATH="$WEBVIRT_PATH/venv/bin:/usr/bin" +PATH="$WEBVIRT_PATH/venv/bin:/usr/bin"