seafile_ynh/scripts/expect_scripts/upgrade_7.1.exp

20 lines
201 B
Text
Raw Normal View History

#!/usr/bin/expect
set timeout 5
set seafile_dir [lindex $argv 0]
spawn $seafile_dir/upgrade/upgrade_7.0_7.1.sh
expect "to contiune"
send "\r";
sleep 10;
send "\r";
sleep 1;
send "\r";
interact