Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3.  
  4. git clone https://git.devspark.ru/m_kultyshev/stage-lrs
  5. cd stage-lrs/app/config/
  6. nano Database.php
  7. sh -c 'echo "<?php
  8. return [
  9. 'host' => 'localhost',
  10. 'user' => 'root',
  11. 'password' => '123',
  12. 'base' => 'lrs'
  13. ];
  14. ?>" >> Database.php'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement