1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

Update install_wrapper to not load default data

This commit is contained in:
Kris Lamoureux 2020-06-05 13:26:47 -04:00
parent 8a09cc46c9
commit 82699c7881
Signed by: kris
GPG Key ID: A30022791E1719A4

View File

@ -67,4 +67,7 @@ send "Y\r"
expect -re {[\r\n]+Enable starttls}
send "Y\r"
expect -re {[\r\n]+Would you like to load default data?}
send "N\r"
expect "Redmine was installed"