mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
61d7c8d861
Former-commit-id: 4826866c07
12 lines
No EOL
191 B
Text
12 lines
No EOL
191 B
Text
#!/usr/bin/expect
|
|
set timeout 5
|
|
|
|
set seafile_dir [lindex $argv 0]
|
|
set mysql_password [lindex $argv 1]
|
|
|
|
spawn $seafile_dir/upgrade/upgrade_4.3_4.4.sh
|
|
|
|
expect "to contiune"
|
|
send "\r";
|
|
|
|
interact |