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
dc8ac662f3
commit
9a6f937248
1 changed files with 2 additions and 2 deletions
|
@ -52,6 +52,6 @@ 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
|
|
||||||
|
|
||||||
interact
|
interact
|
||||||
|
|
||||||
|
wait
|
||||||
|
|
Loading…
Reference in a new issue