seafile_ynh/conf/upgrade_5.0.3.exp
mbugeia e531dfdae3 Update to seafile v5.0.3
Former-commit-id: c4d7ae40fc
2015-12-26 13:44:01 +01: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-5.0.3/upgrade/upgrade_4.4_5.0.sh
expect "to contiune"
send "\r";
interact