1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
This commit is contained in:
oufmilo 2023-01-28 23:42:59 +01:00
parent ac72525a47
commit 5cef9c313c

View file

@ -77,6 +77,9 @@ then
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep=".env"
ynh_exec_warn_less ynh_exec_as $app ./bw-dev update
ynh_exec_warn_less ynh_exec_as $app ./bw-dev populate_streams
fi
chmod 750 "$final_path"
@ -99,6 +102,7 @@ mkdir "$final_path/venv"
python3 -m venv "$final_path/venv"
$final_path/venv/bin/pip3 install -r "$final_path/requirements.txt"
#=================================================
# SET PERMISSIONS ON BOOKWYRM DIRECTORY
#=================================================