1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

Change start.sh to use absolute path to archivebox binary

This commit is contained in:
mhfowler 2021-08-22 21:12:39 +02:00
parent 61ac0169c9
commit f640195649

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
source __FINALPATH__/venv/bin/activate
archivebox server __PORT__
__FINALPATH__/venv/bin/archivebox server __PORT__