mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
add env.py
This commit is contained in:
parent
110737ed4d
commit
2f1850415c
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ ynh_add_config --template="database.yml" --destination="$install_dir/config/data
|
||||||
chmod 400 "$install_dir/config/database.yml"
|
chmod 400 "$install_dir/config/database.yml"
|
||||||
chown $app:$app "$install_dir/config/database.yml"
|
chown $app:$app "$install_dir/config/database.yml"
|
||||||
|
|
||||||
|
ynh_add_config --template="env.example" --destination="$install_dir/config/env.yml"
|
||||||
|
chmod 400 "$install_dir/config/env.yml"
|
||||||
|
chown $app:$app "$install_dir/config/env.yml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# BUILD APP
|
# BUILD APP
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue