1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-04-10 15:00:37 +02:00
parent d987dab990
commit ab39e9de19

View file

@ -44,7 +44,7 @@ chmod -R o-rwx "$install_dir"
chown -R "$app:$app" "$install_dir"
# get flohmarkt
ynh_setup_source --dest-dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir"
# setup python environment for flohmarkt
ynh_secure_remove "$install_dir/venv"