seafile_ynh/conf/upgrade_4.2.1.exp
2015-08-24 20:45:36 +02:00

11 lines
No EOL
183 B
Text

#!/usr/bin/expect
set timeout 5
set mysql_password [lindex $argv 0]
spawn /var/www/seafile/seafile-server-4.3.1/upgrade/upgrade_4.1_4.2.sh
expect "to contiune"
send "\r";
interact