mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
11 lines
No EOL
183 B
Text
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.2_4.3.sh
|
|
|
|
expect "to contiune"
|
|
send "\r";
|
|
|
|
interact |