mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
typo
This commit is contained in:
parent
125f9790bf
commit
cc3d0587db
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ config="${final_path}/lstu.conf"
|
||||||
ynh_backup_if_checksum_is_different --file="$config"
|
ynh_backup_if_checksum_is_different --file="$config"
|
||||||
cp ../conf/lstu.conf.template "$config"
|
cp ../conf/lstu.conf.template "$config"
|
||||||
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$config"
|
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="$config"
|
||||||
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$configf"
|
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file="$config"
|
||||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$config"
|
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="$config"
|
||||||
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$config"
|
ynh_replace_string --match_string="__DB_NAME__" --replace_string="$db_name" --target_file="$config"
|
||||||
ynh_replace_string --match_string="__DB_USER__" --replace_string="$db_user" --target_file="$config"
|
ynh_replace_string --match_string="__DB_USER__" --replace_string="$db_user" --target_file="$config"
|
||||||
|
|
Loading…
Reference in a new issue