mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
Update install_wrapper to not load default data
This commit is contained in:
parent
8a09cc46c9
commit
82699c7881
@ -67,4 +67,7 @@ send "Y\r"
|
|||||||
expect -re {[\r\n]+Enable starttls}
|
expect -re {[\r\n]+Enable starttls}
|
||||||
send "Y\r"
|
send "Y\r"
|
||||||
|
|
||||||
|
expect -re {[\r\n]+Would you like to load default data?}
|
||||||
|
send "N\r"
|
||||||
|
|
||||||
expect "Redmine was installed"
|
expect "Redmine was installed"
|
||||||
|
Loading…
Reference in New Issue
Block a user