1
0
Fork 0
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:
Anmol 2017-06-30 03:38:04 +05:30
parent b0922efcbd
commit aed9b3f7ee

View file

@ -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