mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix wait until install process is finish
This commit is contained in:
parent
8bf60f706d
commit
f9b9e934f6
1 changed files with 3 additions and 1 deletions
|
@ -52,6 +52,8 @@ send "seahubdb\r";
|
||||||
expect "Press ENTER to continue, or Ctrl-C to abort"
|
expect "Press ENTER to continue, or Ctrl-C to abort"
|
||||||
send "\r";
|
send "\r";
|
||||||
|
|
||||||
sleep 8
|
sleep 120
|
||||||
|
|
||||||
interact
|
interact
|
||||||
|
|
||||||
|
wait
|
Loading…
Reference in a new issue