mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
fix intsall files
This commit is contained in:
parent
2c1a9daaa6
commit
ac5aa3274d
5 changed files with 1 additions and 2 deletions
|
@ -27,6 +27,7 @@ function set_permissions {
|
|||
function set_up_virtualenv {
|
||||
env_path=$install_dir/envs/prod
|
||||
mkdir -p $env_path
|
||||
ynh_add_config --template="requirements-ynh.txt" --destination="$install_dir/requirements-ynh.txt"
|
||||
|
||||
pushd $install_dir || ynh_die
|
||||
chown -R $app:$app $install_dir
|
||||
|
|
2
sources/extra_files/app/.gitignore
vendored
2
sources/extra_files/app/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
Loading…
Reference in a new issue