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

Merge branch 'testing' of https://github.com/YunoHost-Apps/kanboard_ynh into testing

This commit is contained in:
Éric Gaspar 2024-06-07 11:09:00 +02:00
commit dcb9b9de71

View file

@ -66,7 +66,7 @@ ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failreg
ynh_script_progression --message="Adding a configuration file..." --weight=1
dir="__DIR__"
ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php"
ynh_add_config --template="config.php" --destination="$install_dir/config.php"
chmod 400 "$install_dir/config.php"
chown $app "$install_dir/config.php"