1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update install

This commit is contained in:
Limezy 2021-11-11 23:50:32 +07:00
parent 0385e30e68
commit 846a598050

View file

@ -38,8 +38,11 @@ else
echo "English" echo "English"
fi fi
secret_key=$(ynh_string_random --length=32) #secret_key=$(ynh_string_random --length=64)
utils_secret=$(ynh_string_random --length=32) #utils_secret=$(ynh_string_random --length=64)
secret_key=`openssl rand -hex 32`
utils_secret=`openssl rand -hex 32`
slack_key=$YNH_APP_ARG_SLACK_KEY slack_key=$YNH_APP_ARG_SLACK_KEY
slack_secret=$YNH_APP_ARG_SLACK_SECRET slack_secret=$YNH_APP_ARG_SLACK_SECRET