]>
BookStack Code Mirror - devops/commitdiff
projects
/
devops
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a07b341
)
Added force to installation script keygen.
author
Dan Brown
<redacted>
Sat, 4 Mar 2017 08:53:55 +0000
(08:53 +0000)
committer
Dan Brown
<redacted>
Sat, 4 Mar 2017 08:53:55 +0000
(08:53 +0000)
Closes #6.
Fixes BookStackApp/BookStack#333.
scripts/installation-ubuntu-16.04.sh
patch
|
blob
|
history
diff --git
a/scripts/installation-ubuntu-16.04.sh
b/scripts/installation-ubuntu-16.04.sh
index 67be0f87fc6f135fd366cca66a7b09dfe87c568b..42c281f6b95612fecef848c84febf6f02bdf622a 100644
(file)
--- a/
scripts/installation-ubuntu-16.04.sh
+++ b/
scripts/installation-ubuntu-16.04.sh
@@
-50,7
+50,7
@@
sed -i.bak 's/DB_DATABASE=.*$/DB_DATABASE=bookstack/' .env
sed -i.bak 's/DB_USERNAME=.*$/DB_USERNAME=bookstack/' .env
sed -i.bak "s/DB_PASSWORD=.*\$/DB_PASSWORD=$DB_PASS/" .env
# Generate the application key
-php artisan key:generate --no-interaction
+php artisan key:generate --no-interaction
--force
# Migrate the databases
php artisan migrate --no-interaction --force