From 42b062157aa60e90b4a5abd1c8a3fd18590ebd64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 3 Aug 2018 15:33:50 +0200 Subject: [PATCH] fix6.3 --- scripts/expect_scripts/first_launch.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/expect_scripts/first_launch.exp b/scripts/expect_scripts/first_launch.exp index 9d91326..2d32213 100644 --- a/scripts/expect_scripts/first_launch.exp +++ b/scripts/expect_scripts/first_launch.exp @@ -4,7 +4,7 @@ set timeout 10 set seafile_dir [lindex $argv 0] set admin_email [lindex $argv 1] -spawn $seafile_dir/seahub.sh start-fastcgi +spawn $seafile_dir/seahub.sh start expect "for the admin account?" send "$admin_email\r";