mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Start with fastcgi
This commit is contained in:
parent
ad02ca97bb
commit
efe017a7e2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set timeout 10
|
||||||
set admin_email [lindex $argv 0]
|
set admin_email [lindex $argv 0]
|
||||||
set admin_password [lindex $argv 1]
|
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?"
|
expect "for the admin account?"
|
||||||
send "$admin_email\r";
|
send "$admin_email\r";
|
||||||
|
|
Loading…
Reference in a new issue