mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
fix timout
This commit is contained in:
parent
2a11d73e42
commit
8ea3777649
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/expect
|
#!/usr/bin/expect
|
||||||
set timeout 10
|
set timeout 20
|
||||||
|
|
||||||
set cmd [lindex $argv 0]
|
set cmd [lindex $argv 0]
|
||||||
set path [lindex $argv 1]
|
set path [lindex $argv 1]
|
||||||
|
|
Loading…
Add table
Reference in a new issue