This commit is contained in:
Josué Tille 2018-08-03 15:33:50 +02:00
parent 48a290d745
commit 42b062157a

View file

@ -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";