mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
Update install
This commit is contained in:
parent
bf60216b64
commit
16ac73e252
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@ jwt_key=$(ynh_string_random --length=45 | base64)
|
|||
ynh_app_setting_set --app=$app --key=jwt_key --value=$jwt_key
|
||||
|
||||
if [ $registration == "0" ]; then
|
||||
registration="true"
|
||||
else
|
||||
registration="false"
|
||||
else
|
||||
registration="true"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue