mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix
This commit is contained in:
parent
d5e8dd4324
commit
3bcdcd29ca
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ port=$(ynh_app_setting_get --app=$app --key=port)
|
|||
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
|
||||
|
||||
admin_mail=$(ynh_user_get_info --username=$admin --key=username)
|
||||
key=$(ynh_string_random --length=32)
|
||||
#key=$(ynh_string_random --length=32)
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
|
|
Loading…
Reference in a new issue