summarylogtreecommitdiffstats
path: root/startup.sh
diff options
context:
space:
mode:
authorwommel2023-01-28 09:49:25 +0100
committerwommel2023-01-28 09:49:25 +0100
commit8df46fc125f36eef6121c4ba850d5c60ba4a85e3 (patch)
tree36f1d493f22c9a3b990fb0989ca57b54766f80f2 /startup.sh
parente4e6c1b5f19e4ec3542e5d846a044bf026628735 (diff)
downloadaur-easyepg-lite-git.tar.gz
unified names
Diffstat (limited to 'startup.sh')
-rw-r--r--startup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/startup.sh b/startup.sh
index 1743bbe63cd9..5dc3327ca3bb 100644
--- a/startup.sh
+++ b/startup.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-[ ! -d "resources" ] && ln -s /usr/lib/easyepg-lite/resources .
-exec python /usr/lib/easyepg-lite/main.py
+[ ! -d "resources" ] && ln -s /usr/lib/easyepg-lite-git/resources .
+exec python /usr/lib/easyepg-lite-git/main.py