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

Update install

This commit is contained in:
Éric Gaspar 2023-10-06 19:20:30 +02:00
parent 585aea1d63
commit 59077c4e01

View file

@ -43,6 +43,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=5
# Install configuration files
ynh_add_config --template="../conf/config.local.php" --destination="$install_dir/config.local.php"
chmod 650 "$install_dir/config.local.php"
chown $app:$app "$install_dir/config.local.php"