YunoHost-Apps / seafile_ynh

Seafile package for YunoHost
https://seafile.com
MIT License
14 stars 19 forks source link

Initial admin account not created #40

Closed gabrielcossette closed 4 years ago

gabrielcossette commented 5 years ago

Hi, On a fresh Yunohost installation, the initial admin account is not created. I did some debugging and it seems like these 2 variables are not being set in scripts/expect_scripts/first_launch.exp

set seafile_dir [lindex $argv 0]
set admin_email [lindex $argv 1]

Because I get this error when running it manually couldn't execute "/seahub.sh": no such file or directory

Josue-T commented 5 years ago

Hello,

Have you a little bit more log about that ?

And are you sure to use the admin email to authenticate to seafile. You can get this email with the command : yunohost user info $admin | grep mail: | sed "s/mail: //g"

Josue-T commented 4 years ago

Should be fixed in testing.