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:
parent
31116a81cc
commit
9485c533ee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue