mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
fix $key in .env file
This commit is contained in:
parent
9d215a7f68
commit
4faebd445c
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ source /usr/share/yunohost/helpers
|
||||||
# LOAD SETTINGS
|
# LOAD SETTINGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
key=$(ynh_app_setting_get --app=$app --key=key --value=$key)
|
# uncomment me after some updates whenever the key variable is set in install for some times
|
||||||
|
#key=$(ynh_app_setting_get --app=$app --key=key --value=$key)
|
||||||
|
|
||||||
|
#remove me when key setting is uncommented (see above)
|
||||||
|
key=$(ynh_string_random --length=32)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK VERSION
|
# CHECK VERSION
|
||||||
|
|
Loading…
Add table
Reference in a new issue