mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix upgrade script
This commit is contained in:
parent
61d3bffd60
commit
87f0cb2126
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set timeout 5
|
||||||
|
|
||||||
set seafile_dir [lindex $argv 0]
|
set seafile_dir [lindex $argv 0]
|
||||||
|
|
||||||
spawn $seafile_dir/upgrade/upgrade_7.1_8.0.sh
|
spawn $seafile_dir/upgrade/upgrade_8.0_9.0.sh
|
||||||
|
|
||||||
expect "to contiune"
|
expect "to contiune"
|
||||||
send "\r";
|
send "\r";
|
||||||
|
|
Loading…
Reference in a new issue