Skip to content

Commit

Permalink
Fixes #16: Fix expect script to comply with upstream changes in artis…
Browse files Browse the repository at this point in the history
…an installer
  • Loading branch information
GR360RY committed Apr 28, 2015
1 parent 4bb63c2 commit 50605c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/artisan_expect.exp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ spawn php artisan app:install
expect "Please enter your first name:" {send "{{ admin_first_name }}\r"}
expect "Please enter your last name:" {send "{{ admin_last_name }}\r"}
expect "Please enter your user email:" {send "{{ admin_email }}\r"}
expect "lease enter your user password (at least 8 characters):" {send "{{ admin_password }}\r"}
expect "Please enter your user password (at least 8 characters):" {send "{{ admin_password }}\r"}
expect "Do you want to seed your database with dummy data? (deafult is yes):" {send "yes\r"}
expect "Do you really wish to run this command?" {send "yes\r"}
expect "Do you really wish to run this command?" {send "yes\r"}

expect eof

0 comments on commit 50605c3

Please sign in to comment.