mirror of
https://github.com/YunoHost-Apps/itflow_ynh.git
synced 2024-09-03 19:26:24 +02:00
Update install
This commit is contained in:
parent
83714c9767
commit
23a175bda4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
|||
|
||||
ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php"
|
||||
|
||||
chmod 644 "$install_dir/config.php"
|
||||
chmod 755 "$install_dir/config.php"
|
||||
chown $app:$app "$install_dir/config.php"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue