seafile_ynh/scripts/expect_scripts/upgrade_7.0.exp

12 lines
156 B
Text
Raw Normal View History

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