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

Update install

This commit is contained in:
Éric Gaspar 2023-10-17 13:06:32 +02:00
parent 584f9cb549
commit e219d9779b

View file

@ -9,8 +9,8 @@
source _common.sh
source /usr/share/yunohost/helpers
secret=$(ynh_string_random --length=32 | base64)
cron_key=$(ynh_string_random --length=32 | base64)
secret=$(openssl rand -base64 32)
cron_key=$(openssl rand -base64 32)
#=================================================
# INSTALL DEPENDENCIES