From f6401956491bef5b33530bbf7ccedd8ee7dd373d Mon Sep 17 00:00:00 2001 From: mhfowler Date: Sun, 22 Aug 2021 21:12:39 +0200 Subject: [PATCH] Change start.sh to use absolute path to archivebox binary --- conf/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/start.sh b/conf/start.sh index c9481eb..c9b9d8e 100644 --- a/conf/start.sh +++ b/conf/start.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash source __FINALPATH__/venv/bin/activate -archivebox server __PORT__ \ No newline at end of file +__FINALPATH__/venv/bin/archivebox server __PORT__ \ No newline at end of file