mirror of
https://github.com/YunoHost-Apps/phpldapadmin_ynh.git
synced 2024-09-03 19:56:45 +02:00
fix
This commit is contained in:
parent
36a77e41c3
commit
1ac3690cc4
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.php.example" --destination="$install_dir/config/config.php"
|
ynh_add_config --template="config.php.example" --destination="$install_dir/config/config.php"
|
||||||
|
|
||||||
chmod 644 "$install_dir/config/config.php"
|
chmod 644 "$install_dir/config/config.php"
|
||||||
chown $app:$app "$install_dir/config/config.php"
|
chown $app:$app "$install_dir/config/config.php"
|
||||||
|
|
|
@ -48,7 +48,7 @@ ynh_add_nginx_config
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.php.example" --destination="$install_dir/config/config.php"
|
ynh_add_config --template="config.php.example" --destination="$install_dir/config/config.php"
|
||||||
|
|
||||||
chmod 644 "$install_dir/config/config.php"
|
chmod 644 "$install_dir/config/config.php"
|
||||||
chown $app:$app "$install_dir/config/config.php"
|
chown $app:$app "$install_dir/config/config.php"
|
||||||
|
|
Loading…
Add table
Reference in a new issue