mirror of
https://github.com/YunoHost-Apps/gitlist_ynh.git
synced 2024-09-03 18:36:18 +02:00
Update install
This commit is contained in:
parent
2d731bf8cc
commit
c84973d949
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
|||
ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml"
|
||||
ynh_add_config --template="../conf/.env" --destination="$final_path/public/.env"
|
||||
|
||||
chmod 650 "$final_path/public/.env.env"
|
||||
chown $app:$app "$final_path/public/.env.env"
|
||||
chmod 650 "$final_path/public/.env"
|
||||
chown $app:$app "$final_path/public/.env"
|
||||
chmod 650 "$final_path/config/config.yml"
|
||||
chown $app:$app "$final_path/config/config.yml"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue