seafile_ynh/conf/upgrade_6.2.exp

13 lines
192 B
Text
Raw Normal View History

2017-09-30 15:07:56 +02:00
#!/usr/bin/expect
set timeout 5
set seafile_dir [lindex $argv 0]
set mysql_password [lindex $argv 1]
spawn $seafile_dir/upgrade/upgrade_6.0_6.1.sh
expect "to contiune"
send "\r";
interact