mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
test spawn to input commands
This commit is contained in:
parent
cbc197c01e
commit
2b24cdf827
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ set email [lindex $argv 4]
|
||||||
set port [lindex $argv 5]
|
set port [lindex $argv 5]
|
||||||
|
|
||||||
|
|
||||||
|
cd $final_path
|
||||||
spawn cd $final_path && cargo run
|
spawn cargo run
|
||||||
|
|
||||||
expect "First let's check that you have all the required dependencies. Press Enter to start."
|
expect "First let's check that you have all the required dependencies. Press Enter to start."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue