mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
cleanings
This commit is contained in:
parent
cdd3b5103a
commit
3095700f7a
2 changed files with 0 additions and 5 deletions
|
@ -48,9 +48,6 @@ chmod 600 $install_dir/.env
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
set -a; source "$install_dir/.env"; set +a
|
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL PYTHON DEPENDENCIES
|
# INSTALL PYTHON DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -65,8 +65,6 @@ 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
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL PYTHON DEPENDENCIES
|
# INSTALL PYTHON DEPENDENCIES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue