mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update install
This commit is contained in:
parent
81538433d8
commit
144deb9185
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ ynh_replace_string "__PORT__" "$port" "$final_path/lstu.conf"
|
|||
ynh_replace_string "__ADMINPASS__" "$admin_pass" "$final_path/lstu.conf"
|
||||
ynh_replace_string "__ADMINHASH__" "$admin_hash" "$final_path/lstu.conf"
|
||||
ynh_replace_string "__DBNAME__" "$db_name" "$final_path/lstu.conf"
|
||||
ynh_replace_string "__DBPASS__" "$db_pass" "$final_path/lstu.conf"
|
||||
ynh_replace_string "__DBPASS__" "$db_pwd" "$final_path/lstu.conf"
|
||||
ynh_replace_string "__DBUSER__" "$db_user" "$final_path/lstu.conf"
|
||||
|
||||
secret=$(ynh_string_random 24)
|
||||
|
|
Loading…
Add table
Reference in a new issue