mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
change password in install script
This commit is contained in:
parent
b0922efcbd
commit
aed9b3f7ee
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
admin_username=$YNH_APP_ARG_USERNAME
|
||||
admin_name=$YNH_APP_ARG_NAME
|
||||
admin_email=$YNH_APP_ARG_EMAIL
|
||||
admin_password=openssl passwd -1 -salt xyz $YNH_APP_ARG_PASSWORD
|
||||
password=$YNH_APP_ARG_PASSWORD
|
||||
|
||||
admin_password=openssl passwd -1 -salt xyz $password
|
||||
|
||||
# Source YunoHost helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
|
Loading…
Add table
Reference in a new issue