From 7ca703ec501751756a793ce831281ff0930ef294 Mon Sep 17 00:00:00 2001 From: mbugeia Date: Fri, 20 Feb 2015 16:56:02 +0100 Subject: [PATCH] Start with fastcgi Former-commit-id: efe017a7e20c923f2474d2898d4c6b18dd039a64 --- conf/first_launch.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/first_launch.exp b/conf/first_launch.exp index 9373bfb..ebb633a 100644 --- a/conf/first_launch.exp +++ b/conf/first_launch.exp @@ -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";