1
0
Fork 0
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:
frju365 2018-06-10 10:33:20 +02:00 committed by GitHub
parent 7af8d4b5a5
commit 399600b9bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,7 +138,7 @@ ynh_replace_string "__ADMINPASS__" "$admin_pass" "$final_path/lstu.conf"
ynh_replace_string "__ADMINHASH__" "$admin_hash" "$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 "__DBNAME__" "$db_name" "$final_path/lstu.conf"
ynh_replace_string "__DBPASS__" "$db_pwd" "$final_path/lstu.conf" ynh_replace_string "__DBPASS__" "$db_pwd" "$final_path/lstu.conf"
ynh_replace_string "__DBUSER__" "$db_user" "$final_path/lstu.conf" ynh_replace_string "__DBUSER__" "$db_name" "$final_path/lstu.conf"
secret=$(ynh_string_random 24) secret=$(ynh_string_random 24)
ynh_replace_string "__SECRET__" "$secret" "${final_path}/lstu.conf" ynh_replace_string "__SECRET__" "$secret" "${final_path}/lstu.conf"