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

add a configuration file on

This commit is contained in:
rodinux 2023-12-25 00:55:20 +01:00
parent 31116a81cc
commit 9485c533ee

View file

@ -72,7 +72,7 @@ then
chown $app:$app "$install_dir/config.local.php"
fi
if [ ! -f "${data_dir}/data/config.local.user.php" ]; then
if [ ! -f "$data_dir/data/config.local.user.php" ]; then
ynh_script_progression --message="Updating a configuration file..." --weight=5
ynh_add_config --template="config.local.user.php" --destination="$data_dir/config.local.php"