mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
missing = :/
This commit is contained in:
parent
2396f84cdb
commit
4aafbbb86c
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ ynh_replace_string --match_string="__SECRET_KEY_BASE__" --replace_string="$secre
|
|||
|
||||
ynh_replace_string --match_string="__OTP_SECRET__" --replace_string="$otp_secret" --target_file="$config"
|
||||
|
||||
ynh_replace_string --match_string="__VAPID_PRIVATE_KEY__" --replace_string="$vapid_private_key" --target_file"$config"
|
||||
ynh_replace_string --match_string="__VAPID_PRIVATE_KEY__" --replace_string="$vapid_private_key" --target_file="$config"
|
||||
ynh_replace_string --match_string="__VAPID_PUBLIC_KEY__" --replace_string="$vapid_public_key" --target_file="$config"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue