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:
parent
b3270913ec
commit
463204a711
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue