Skip to content

Commit 11152fe

Browse files
authored
don't embed ansi escape codes in appkey
given that it's the recommended way to generate the code in the docs, redirecting stdout will produce an appkey that will make bookstack crash when it runs. this will affect anyone who is trying to automate the initial steps of deployment. i think this is likely the cause of this issue: BookStackApp/BookStack#5289 (comment)
1 parent 18bdc16 commit 11152fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/appkey

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mkdir -p \
66

77
touch /config/log/bookstack/laravel.log
88

9-
php /app/www/artisan key:generate --show
9+
php /app/www/artisan key:generate --show --no-ansi

0 commit comments

Comments
 (0)