seafile_ynh/conf/upgrade_6.0.exp

13 lines
192 B
Text
Raw Normal View History

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