seafile_ynh/conf/upgrade_4.4.3.exp
mbugeia 22483ce8d3 Update to Seafile 4.4.3
Former-commit-id: 618abab994
2015-10-22 23:13:45 +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.4.3/upgrade/upgrade_4.3_4.4.sh
expect "to contiune"
send "\r";
interact