mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
rename
This commit is contained in:
parent
1400784e9b
commit
9423e24afe
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh
|
||||||
|
|
||||||
ynh_add_config --template=".env.template" --destination="$final_path/.env"
|
ynh_add_config --template=".env.template" --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"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC SETUP
|
# SPECIFIC SETUP
|
||||||
|
|
Loading…
Add table
Reference in a new issue