mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
debug
This commit is contained in:
parent
ba24a45c00
commit
a2f56e7fba
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ ynh_replace_string --match_string="UPLOAD_LIMIT=MEDIA_UPLOAD_SIZE" --replace_str
|
||||||
secret_key_base=$(ynh_string_random --length=24)
|
secret_key_base=$(ynh_string_random --length=24)
|
||||||
signing_salt=$(ynh_string_random --length=24)
|
signing_salt=$(ynh_string_random --length=24)
|
||||||
encryption_salt=$(ynh_string_random --length=24)
|
encryption_salt=$(ynh_string_random --length=24)
|
||||||
ynh_warn "echo $encryption_salt"
|
ynh_print_warn "hello world $encryption_salt"
|
||||||
ynh_replace_string --match_string="__SECRET_KEY_BASE__" --replace_string="$secret_key_base" --target_file="$install_dir/.env"
|
ynh_replace_string --match_string="__SECRET_KEY_BASE__" --replace_string="$secret_key_base" --target_file="$install_dir/.env"
|
||||||
ynh_replace_string --match_string="__SIGNING_SALT__" --replace_string="$signing_salt" --target_file="$install_dir/.env"
|
ynh_replace_string --match_string="__SIGNING_SALT__" --replace_string="$signing_salt" --target_file="$install_dir/.env"
|
||||||
ynh_replace_string --match_string="__ENCRYPTION_SALT__" --replace_string="$encryption_salt" --target_file="$install_dir/.env"
|
ynh_replace_string --match_string="__ENCRYPTION_SALT__" --replace_string="$encryption_salt" --target_file="$install_dir/.env"
|
||||||
|
|
Loading…
Reference in a new issue