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:
parent
584f9cb549
commit
e219d9779b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue