mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
disable source .env because doesn’t seems to be usefull this way
This commit is contained in:
parent
dc65d983df
commit
334ae89c27
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ ynh_add_config --template="../conf/.env.production" --destination="$install_dir/
|
||||||
chmod 600 $install_dir/.env
|
chmod 600 $install_dir/.env
|
||||||
chown $app:www-data "$install_dir/.env"
|
chown $app:www-data "$install_dir/.env"
|
||||||
|
|
||||||
set -a; source "$install_dir/.env"; set +a
|
# set -a; source "$install_dir/.env"; set +a
|
||||||
|
|
||||||
mkdir "$install_dir/venv"
|
mkdir "$install_dir/venv"
|
||||||
python3 -m venv "$install_dir/venv"
|
python3 -m venv "$install_dir/venv"
|
||||||
|
|
|
@ -62,7 +62,7 @@ ynh_add_config --template="../conf/.env.production" --destination="$install_dir/
|
||||||
chmod 600 $install_dir/.env
|
chmod 600 $install_dir/.env
|
||||||
chown $app: "$install_dir/.env"
|
chown $app: "$install_dir/.env"
|
||||||
|
|
||||||
set -a; source "$install_dir/.env"; set +a
|
#set -a; source "$install_dir/.env"; set +a
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue