mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Add admin settings file creation
This commit is contained in:
parent
ddaaca1577
commit
72a4aed8f9
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ ynh_replace_string "__db_pwd__" "$db_pwd" "$final_path/config/production.y
|
|||
ynh_replace_string "__email__" "$admin_email" "$final_path/config/production.yaml"
|
||||
ynh_replace_string "__PORT__" "$port" "$final_path/config/production.yaml"
|
||||
|
||||
#Create the admin settings file
|
||||
touch "$final_path/config/local-production.json"
|
||||
|
||||
#=================================================
|
||||
# STORE THE CHECKSUM OF THE CONFIG FILE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue