1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge branch 'testing' into version-2

This commit is contained in:
Salamandar 2024-01-29 17:59:19 +01:00
commit e72e70e046
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ chown -R "$app:www-data" "$install_dir"
#=================================================
ynh_script_progression --message="Adding a configuration file..."
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
ynh_add_config --template=".env" --destination="$install_dir/.env"
chmod 650 "$install_dir/.env"
chown "$app:$app" "$install_dir/.env"

View file

@ -66,7 +66,7 @@ chown -R "$app:www-data" "$install_dir"
#=================================================
ynh_script_progression --message="Updating a configuration file..."
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
ynh_add_config --template=".env" --destination="$install_dir/.env"
chmod 400 "$install_dir/.env"
chown "$app:$app" "$install_dir/.env"