mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
parent
edbbbc57b3
commit
7ca703ec50
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set timeout 10
|
|||
set admin_email [lindex $argv 0]
|
||||
set admin_password [lindex $argv 1]
|
||||
|
||||
spawn /var/www/seafile/seafile-server-4.0.6/seahub.sh start
|
||||
spawn /var/www/seafile/seafile-server-4.0.6/seahub.sh start-fastcgi
|
||||
|
||||
expect "for the admin account?"
|
||||
send "$admin_email\r";
|
||||
|
|
Loading…
Reference in a new issue