1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Save the secret as a setting

This commit is contained in:
Alexandre Aubin 2023-12-16 18:16:10 +01:00
parent 1e1c0aee72
commit d873482487

View file

@ -4,6 +4,7 @@ source _common.sh
source /usr/share/yunohost/helpers
export secret=$(ynh_string_random 24)
ynh_app_setting_set --app=$app --key=secret --value=$secret
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE