mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Update upgrade
This commit is contained in:
parent
4d3480233e
commit
7b0ff0cc67
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring Castopod..." --weight=1
|
ynh_script_progression --message="Configuring Castopod..." --weight=1
|
||||||
|
|
||||||
|
redis_number=$(( $YNH_APP_INSTANCE_NUMBER - 1 ))
|
||||||
ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env"
|
ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env"
|
||||||
chmod 600 $final_path/.env
|
chmod 600 $final_path/.env
|
||||||
chown $app:www-data "$final_path/.env"
|
chown $app:www-data "$final_path/.env"
|
||||||
|
|
Loading…
Add table
Reference in a new issue