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