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 source virtualenv

This commit is contained in:
mhfowler 2021-08-22 21:11:43 +02:00
parent 4ae13189f6
commit 61ac0169c9

View file

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