From f393da8121955c608f5dc2909eaef378bdbac3c4 Mon Sep 17 00:00:00 2001 From: ION606 Date: Tue, 17 Sep 2024 16:57:33 -0400 Subject: [PATCH] path fix --- auto/restartservices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/restartservices.sh b/auto/restartservices.sh index ce96e3b..12b0865 100644 --- a/auto/restartservices.sh +++ b/auto/restartservices.sh @@ -1,4 +1,4 @@ -chmod +x $PWD/.automations//run.sh +chmod +x $PWD/run.sh sudo systemctl daemon-reload sudo systemctl restart shownotif.service