mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
Update install
This commit is contained in:
parent
9ca76130f9
commit
52c63ce7b8
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||||
key=$(ynh_string_random 24)
|
key=$(ynh_string_random 24)
|
||||||
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
|
ynh_add_config --template="../conf/.env" --destination="$final_path/.env"
|
||||||
|
|
||||||
chmod 400 "$final_path/some_config_file"
|
chmod 400 "$final_path/.env"
|
||||||
chown $app:$app "$final_path/some_config_file"
|
chown $app:$app "$final_path/.env"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL AND INITIALIZE COMPOSER
|
# INSTALL AND INITIALIZE COMPOSER
|
||||||
|
|
Loading…
Add table
Reference in a new issue