1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-12 17:04:38 +01:00
parent b3270913ec
commit 463204a711

View file

@ -44,7 +44,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Adding a configuration file..." --weight=1
salt=$(ynh_string_random --length=16)
ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php"
ynh_add_config --template="config.php" --destination="$install_dir/config.php"
chmod 640 "$install_dir/config.php"
chown $app:$app "$install_dir/config.php"