1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00

update install script

This commit is contained in:
farvardin 2020-04-18 14:54:57 +02:00
parent 052697448c
commit 5287e6e7a0

View file

@ -191,8 +191,8 @@ cp ../conf/minimaxing.css $final_path/templates/minimaxing/minimaxing_org.css
# Set the password
ynh_replace_string --match_string="__YNH_PASSWORD__" --replace_string="$password" --target_file="$final_path/config.php"
# Set the "admin" user
#ynh_replace_string --match_string="__YNH_TITLE__" --replace_string="$password" --target_file="$final_path/config.php"
# Set the "admin" user (not used, admin password = user password)
#ynh_replace_string --match_string="__YNH_ADMINPASSWORD__" --replace_string="$password" --target_file="$final_path/config.php"
ynh_replace_string --match_string="__YNH_LANG__" --replace_string="$language" --target_file="$final_path/config.php"